Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to load the data from my database to a csv file( which should be placed in another windows machine/server where Talend is not installed).
Could someone suggest how can I achieve this through Talend.
Thanks in Advance!
Alekhya.
@alekhyak ,your job should like below.
DBinput-->tFileOutputDelimitter after that on subjob ok you use tFTPPut component to uplod file from local to window server.
Thanks for the response.
I tried this way. But, I don't want the file to be stored in my local. I want it to be directly placed in windows server machine.
@alekhyak ,once the file has uploaded successfully delete from local. if you do not want to store ,there is no way,you may be create a streaming java which can directly generate a file in server side.