<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Extracting data from API, load data as a csv file then upload to SFTP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376194#M138423</link>
    <description>&lt;P&gt;Dear Talend Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the data that I received from API and convert it as a csv then upload it to a FTP. I believe using a tFileOutputDelemited component stores the csv on to your local machine, but is there anyway to convert the data to csv file then directly upload that file to a FTP without storing the file on to my local machine?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:27:32 GMT</pubDate>
    <dc:creator>tnpnguyen90</dc:creator>
    <dc:date>2024-11-15T23:27:32Z</dc:date>
    <item>
      <title>Extracting data from API, load data as a csv file then upload to SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376194#M138423</link>
      <description>&lt;P&gt;Dear Talend Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the data that I received from API and convert it as a csv then upload it to a FTP. I believe using a tFileOutputDelemited component stores the csv on to your local machine, but is there anyway to convert the data to csv file then directly upload that file to a FTP without storing the file on to my local machine?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376194#M138423</guid>
      <dc:creator>tnpnguyen90</dc:creator>
      <dc:date>2024-11-15T23:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from API, load data as a csv file then upload to SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376195#M138424</link>
      <description>&lt;P&gt;You can do this in code using Java within Talend, but we don't supply a component which will do this. Your best course of action is to create the file to a local location, then use a tFTPPut component to send it to the FTP location. Once that is safely done, delete the local file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get your data from the API you will need to either extract it from JSON or XML. Both can easily be handled, but you will need to know the schema and type of data you are getting before you can decide on how to approach this.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 14:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376195#M138424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from API, load data as a csv file then upload to SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376196#M138425</link>
      <description>&lt;P&gt;Thanks for the response rhall! I played around with the tFileOutputDelemited component and found out that we can use that to create a csv file as well as writing directly to the FTP location.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 17:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-API-load-data-as-a-csv-file-then-upload-to/m-p/2376196#M138425</guid>
      <dc:creator>tnpnguyen90</dc:creator>
      <dc:date>2021-12-06T17:51:40Z</dc:date>
    </item>
  </channel>
</rss>

