Hi,
I am trying to load data from my source file to two different tables within an oracle database.
In summary, my source file contains the data needed to populate two different tables. Some of this data needs to be loaded to both tables, while some data goes to one or the other table.
I am trying to pass my source file through a validation and a transformer, then into two different readers, each representing its own unique target table.
I would like to take the data that has been transformed and load it to two different tables. Is this possible?
Thanks
Steve