Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

CSV Output to a windows server machine

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.

Labels (3)
3 Replies
manodwhb
Champion II
Champion II

@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.

 

Anonymous
Not applicable
Author

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.

manodwhb
Champion II
Champion II

@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.