Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i am new to Talend, I want to know how to get table from url and store into csv file
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.
Thank you for your answer. can you please give any example for this?