Hey,
I'm using Kettle - Spoon (pdi-ce-5.0.1.A-stable).
My goal is to copy table data from mysql/oracle/mssql to mysql/oracle/mssql via text/csv file.
My table has strings, integers, dates, binary data etc.
There's no problem copying the data if I have direct connection to the databases, simple table input & output works like a charm.
But I need to copy the data to the disk first as i don't have a connection to the destination database. At the destination I need to load the data including the binary data to the destination table.
Is it possible to do that? If yes, how on earth?
I have tried using table input, text file output and then at the destination file input and table output but nothing seems to work.
I tried this with software called dbvisualizer which dumped the binary data to the disk in separate file(s) than the other data which was in csv. The csv-file had links to the binary file(s) on my disk. This also worked like a charm.
Help is much appreciated, thanks in advance.
-Mika
I'm using Kettle - Spoon (pdi-ce-5.0.1.A-stable).
My goal is to copy table data from mysql/oracle/mssql to mysql/oracle/mssql via text/csv file.
My table has strings, integers, dates, binary data etc.
There's no problem copying the data if I have direct connection to the databases, simple table input & output works like a charm.
But I need to copy the data to the disk first as i don't have a connection to the destination database. At the destination I need to load the data including the binary data to the destination table.
Is it possible to do that? If yes, how on earth?
I have tried using table input, text file output and then at the destination file input and table output but nothing seems to work.
I tried this with software called dbvisualizer which dumped the binary data to the disk in separate file(s) than the other data which was in csv. The csv-file had links to the binary file(s) on my disk. This also worked like a charm.
Help is much appreciated, thanks in advance.
-Mika