I have a config file with a list of tables. These tables should be merged and written into one table.
The Cat node does the job of merging resp. the different tables.
But I have up to 100 tables for the Cat union and the list of tables needs to be a config file or parameter rather that individual Input nodes for each table and adding the new Input node to the workflow when adding a table.
I guess I need some Do While node to iterate over the list of tables from the config file, but I don't know, how to connect it with the Cat node.
Any ideas how to solve this problem?
Best regards
Holger