hi there
I'm looking for the best method of loading a file to a database, I need to load 2 rows per row from the file with different details in each row.
I thought about having 2 output cards but I believe this will have to have multiple connections to the database rahter than one, I could be wrong?
How can I pass record to two rows in database, I would like to write in this order aswell
e.g.
File Database row
Row 1 1
1
2 2
2
3 3
3
Any ideas would be gratefully recieved
I'm looking for the best method of loading a file to a database, I need to load 2 rows per row from the file with different details in each row.
I thought about having 2 output cards but I believe this will have to have multiple connections to the database rahter than one, I could be wrong?
How can I pass record to two rows in database, I would like to write in this order aswell
e.g.
File Database row
Row 1 1
1
2 2
2
3 3
3
Any ideas would be gratefully recieved