<?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 Re: Load data from a gzipped file to a postgresql table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299353#M145237</link>
    <description>&lt;P&gt;sorry, meant to attach the snap shot of the talend job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls0r"&gt;snapshot talend job.docx&lt;/A&gt;</description>
    <pubDate>Thu, 03 Aug 2017 17:38:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-03T17:38:37Z</dc:date>
    <item>
      <title>Load data from a gzipped file to a postgresql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299349#M145233</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt; 
&lt;P&gt;I am moving tables from redshift to postgresql and rewriting many of the talend jobs. &amp;nbsp;Many of the data files that will be uploading to various postgresql tables weekly and monthly are very big (millions of rows) and in my current talend jobs uploading to redshift tables, I was able to use tjava component to convert the csv files to gzipped files and then unzip them in a copy statement &amp;nbsp;in tredshiftrow. &amp;nbsp; Since I am no longer putting these zipped files in S3 (we are not using S3 or anything like it for the postgresql tables), how can I accomplish the upload? &amp;nbsp;Can I accomplish the same thing in tpostgresqlrow?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299349#M145233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from a gzipped file to a postgresql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299350#M145234</link>
      <description>&lt;P&gt;Is your PostgreSQL DB in AWS? &amp;nbsp;Or is it on-premise? &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think you can compressed the data file, while uploading/downloading, but you should think of using tPostgresqlOutputBulkExec to load millions of records. &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 20:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299350#M145234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T20:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from a gzipped file to a postgresql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299351#M145235</link>
      <description>&lt;P&gt;My apologies for being so delayed in responding iburtally. &amp;nbsp;I have not had a chance to try this component in the talend job, although I have looked at it and read up on it in the component guide. &amp;nbsp;I plan to do so this week, as I have many talend jobs that will need to get around the zip thing. &amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299351#M145235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-31T17:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from a gzipped file to a postgresql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299352#M145236</link>
      <description>&lt;P&gt;Good morning, iburtally!&lt;/P&gt; 
&lt;P&gt;I finally have had a chance to try to work with this component. &amp;nbsp;The first talend job I am looking at uses tftpget to put a file into folder to be unzipped. &amp;nbsp;the ftpget component is using ((string)globalMap.get("MostRecent")) for filemask. &amp;nbsp;This iterates to tfileunarchive which used ((String)globalMap.get("tfilelist_1_Current_filepath&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;) as the name of the archived file. &amp;nbsp;We do this because the first part of the job extracts the most recent file from the ftp folder and just carries the filepath name throughout. &amp;nbsp;Therefore, that final unzipped file is obviously never named with a static name. &amp;nbsp;What component do I need to use between tfileunarchive and tpostgresqloutputbulkexec, or is there a code to use in the filename field in the tpostgresqloutputbulkexec that&amp;nbsp;will just get any file in there (there will always only be one file in the folder). &amp;nbsp;This job originally downloading, unarchiving, then zipping and then &amp;nbsp;uploading zipped files to redshift. &amp;nbsp;You suggested not zipping and instead using the &lt;SPAN&gt;tpostgresqloutputbulkexec&amp;nbsp;&lt;/SPAN&gt;component. &amp;nbsp;Have I got that right? &amp;nbsp;Thank you very much for your help.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 17:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299352#M145236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-03T17:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from a gzipped file to a postgresql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299353#M145237</link>
      <description>&lt;P&gt;sorry, meant to attach the snap shot of the talend job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls0r"&gt;snapshot talend job.docx&lt;/A&gt;</description>
      <pubDate>Thu, 03 Aug 2017 17:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-from-a-gzipped-file-to-a-postgresql-table/m-p/2299353#M145237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-03T17:38:37Z</dc:date>
    </item>
  </channel>
</rss>

