Hi everyone! I am new to the FME World and I am testing the following scenario:
Take a spreadsheet with lots of fields as input of several tables in a Postgres database. This unload should occur once a day.
Has anyone expertise on this?
Using FME Workbench 2019.1, my approach is to place the xlsx file as a reader. Then, use an attribute manager to remove certain fields and leave only those that are required for a specific table abc. After, I add an Postgres writer to to receive such information.
Is this a good approach? How/where do I drive the "insert" to a specific table? How it the scheduler implemented (if possible)?
Thanks a lot!