Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was able to configure Xstream on my oracle database and created a Data Integration job using talend studio to connect to the out stream. The job was able to get the LCR (Logical Change Record) object and I was able to print in the system out log using the tLogRow node. But I am trying to write the LCR Object to a flat file. I tried writing to the file using tFileOutputDelimited, but the LCR record is not being written to the file. Any help is highly appreciated.
Hello,
The message printed by tLogRow component? If so, you can use tFileOutputDelimited instead of tLogRow to output the result into file.
Do you have trouble to write the LCR Object into DB directly?
Best regards
Sabrina
Hello,
Would you mind posting your current job setting screenshot on forum which will be helpful for us to address your issue quickly.
Thanks for your time.
Best regards
Sabrina
Yes. Sure. Below are the job settings.