Skip to main content

Hi All,

I've got a situation where I am dynamically feature reading in any number of feature types, and exporting via the generic port. I then have a list of all possible feature types and the schema mapping required. Am I right in assuming the SchemaMapper requires attributes to be exposed to be "mapped"? I'm looking for a solution where the SchemaMapper can see the dynamic unexposed attributes and map them.

Hi @tomw202, I don't think it's essential that attributes to be mapped are exposed. The SchemaMapper should work based on an external table defining schema mapping even if the source attributes are unexposed.


Hi @tomw202, I don't think it's essential that attributes to be mapped are exposed. The SchemaMapper should work based on an external table defining schema mapping even if the source attributes are unexposed.

You're correct! I had a simple error in my mapping file that meant they were not working. But unexposed attributes work fine :)


Reply