Hello all,
In my data flow we use a database with several standard pre-defined target tables. However I want to change the pre-defined structure to a more flexible one. I want to be able to generate custom tables in the database using values in the data flow. So, if I have a certain value (0000) in a record in my source table then I want to create a target table with the name Table_0000. Then all records with this value must be stored in this table. If there's a new value (0001) this record should be stored in in the target table Table_0001, if this table doesn't exist, it should create the table first.
Not sure if this is at all possible, but if you have any ideas, please let me know.
Thank you.
Daniel