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

SENDING CSV FILE DATA FROM HTML TO TALEND JOB.

hi team,

 I want to send csv file data from java code which contains 745 columns and 1 lakh records to talend job.

I dont want to send file path.

Is it possible to save a file in talend server and use that file as  input to  tfileinputdelimited component in talend job.

I found a link which suit my exact requirement.
https://www.talendforge.org/forum/viewtopic.php?pid=164037.


But the link is incomplete.Please give the solution for that scneario.

Myself i need to use trestrequest and save the file data in mysql datatable.Help me with job flow.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
If you export the job script and call it in your HTML program, the job script only accepts string value as input parameters, so now , you can pass either the file path or read the entire file content in your HTML program as a string to the job script.