Hi Richard,
If you are using FME 2015.1, FeatureReader and Dynamic writer would be a quick way.
Hope this helps.
Takashi
Hi Richard,
If you are using FME 2015.1, FeatureReader and Dynamic writer would be a quick way.
Hope this helps.
Takashi
Hi Takashi,
My FeatureReader is iterating through all of the Feature Types in the Tablenames table (SQL Select statements). However I'm wondering how to expose the attributes for each of the corresponding tables found? The only attributes I have are from the TableNames table.
Regards,
Richard
Hi Richard,
If you are using FME 2015.1, FeatureReader and Dynamic writer would be a quick way.
Hope this helps.
Takashi
Hi @richardtriesfme, there is no way to expose attribute names automatically. If necessary, you will have to manually enter the attribute names into the Attributes to Expose parameter in the FeatureReader or use the AttributeExposer transformer.
However, in this case, I don't think you need to expose any attribute, since the dynamic writer will configure the schema of destination tables automatically.
Do you have any specific reason to expose attributes?
Thanks Takashi, I was planning on using the changedetector after to identify any changes in all attributes for data replication.
Hi Richard,
If you are using FME 2015.1, FeatureReader and Dynamic writer would be a quick way.
Hope this helps.
Takashi
Thanks Takashi, I was planning on using the changedetector after to identify any changes in all attributes for data replication.
Hi Richard,
If you are using FME 2015.1, FeatureReader and Dynamic writer would be a quick way.
Hope this helps.
Takashi
I don't think it's essential to expose any attribute if you intend to use a ChangeDetector with Match All Attributes strategy. However, if you need to select some attributes in the Selected Attributes parameter field (Match Selected Attributes or Match All Except Selected Attributes strategy), you will have to expose them beforehand.