Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to read rows from a database table and write them to a csv or txt file. When I execute the job, it tells me that it has retrieved a number of rows (so I suppose it all went well), but then my .csv file is empty.
How can I check if those rows were really retrieved, or where is the problem?
Hi Mary,
Place a tlogrow component between Oracle and fileoutput component, so that you can print what has been retrieved on to the console.'
thanks
Ashok
Hello,
Please try to click 'Sync columns' buttion on the basic settings of tfileoutputdelimited component to see if it works. This will take automatically the columns of the previous component.
Best regards
Sabrina
@ashokvv wrote:
Hi Mary,
Place a tlogrow component between Oracle and fileoutput component, so that you can print what has been retrieved on to the console.'
thanks
Ashok
Where can I find the console? I can't see the output anywhere
If you have tLogRow defined in your Talend job which had input flow of data that could be displayed and the job executed successfully then you could view your result here -
And this is the output in the console:
Starting job ReadFromTable at 09:54 23/08/2018. [statistics] connecting to socket on port 3378 [statistics] connected *798 blank rows*
[statistics] disconnected Job ReadFromTable ended at 09:54 23/08/2018. [exit code=0]