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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get tables from url

Hi, i am new to Talend, I want to know how to get table from url and store into csv file 

Labels (2)
3 Replies
akumar2301
Specialist II
Specialist II

Ideally , you need to create a webAPI over your table , which fetch record upon request. It could be REST/SOAP.

 

Then Use that API in Talend DI and fetch the Table details.

Anonymous
Not applicable
Author

Thank you for your answer. can you please give any example for this?