Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi team,
i want to is there any way to upload CSV file from JSP page to talend job.i am using talend data integration tool.
In my job i am inserting 1 lakh records to mysql table.After insertion i want to display number of records inserted properly in JSP page.
please help me if there is any way i can do this uploading csv file in JSP and talend job 'tFileInputDelimited' component should take that uploaded jsp page as input file.
After that i have to display number of valid records and invalid records inserted in the output table in JSP page.
Plase look into my job and help me to accomplish this task.
i am very new to integrating talend with other technologies.
This link is exactly what i want thread.
But the screenshots are missing.
One more doubt how can i upload CSV file in JSP and use that use file in TALEND JOB.
After going steps by shong in that link we can call only job from jsp but those points are not explaining how to pass my csv file from JSP as of my understanding.
Is my undersatnding is right?if not will u please explain me with screenshots.