Hi All,
I created a SchemaMapper lookup table in PostgreSQL and used it to map schemas in two scenarios.
- When I used ESRI SDE feature class as a reader and PostgreSQL as a writer the SchemaMapper mapped all and no problem
- When I used SQLExecutor reading from Microsoft SQL Server database that creates a query from four tables and writing to a Single PostgreSQL table, the SchemaMapper outputs the results as unmapped. I have used AttributeExposer transformer and it still didn't change. please see the screen shot below:
Can anyone please help me fix the issue or let me know if I'm missing anything?Thank you in advance