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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reading multiple file from unix server and dumping all the rows into a table in oracle

Hi All,

 

i am trying to design a job where i am retrieving the files from a unix server and need to dump all the rows into a table in oracle.

 

attached is the screenshot of the error that i am getting. i.e. the tfileinputdelimited is unable to find the path(global variable) of the tfilelist component.

 

Kindly help.

 

Thanks

 

Labels (2)
5 Replies
Anonymous
Not applicable
Author

Are you running from localhost? If the server is remote you'll need to deploy to that server (i.e. the file system paths defined in your job represent the file system paths of wherever the job is running from)

cterenzi
Specialist
Specialist

That is not a tFileList component; it's a tFTPFileList. You'll need a tFTPGet to retrieve the file before you can operate on it.
Anonymous
Not applicable
Author

Hello,

So far, talend don't support for transferring data by air.

You have to save your files from unix server to local machine(tFTPGet component) firstly and then load all the rows into oracle table.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

thank you. will apply this one and will get back to you in case I face any issue

Anonymous
Not applicable
Author

Hi,

Feel free to post your issue here.

Best regards

Sabrina