<?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 Load multiple csv files with different structures into postgre sql tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357313#M122642</link>
    <description>&lt;P&gt;I have csv files with different structures in my folder and I need to load them into target postgresql tables.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Can anyone please help me with this?​&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 13:38:44 GMT</pubDate>
    <dc:creator>Sindhura1</dc:creator>
    <dc:date>2021-07-27T13:38:44Z</dc:date>
    <item>
      <title>Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357313#M122642</link>
      <description>&lt;P&gt;I have csv files with different structures in my folder and I need to load them into target postgresql tables.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Can anyone please help me with this?​&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357313#M122642</guid>
      <dc:creator>Sindhura1</dc:creator>
      <dc:date>2021-07-27T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357314#M122643</link>
      <description>&lt;P&gt;Hi, @Sindhura V S​&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you use a studio edition or an open source ?&lt;/P&gt;&lt;P&gt;Do you know how many different structures you have ?&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357314#M122643</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-27T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357315#M122644</link>
      <description>&lt;P&gt;I use enterprise edition. I have 9 files with 9 different schema structures.​&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357315#M122644</guid>
      <dc:creator>Sindhura1</dc:creator>
      <dc:date>2021-07-27T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357316#M122645</link>
      <description>&lt;P&gt;In entreprise edition dynamic schema can be use to read csv with not defined structure but they have to had header&lt;/P&gt;&lt;P&gt;the only problem is you can't set key for database, if you just want to insert with an autoincrement it could works.&lt;/P&gt;&lt;P&gt;but you need to know in wich table you want to insert before i presume ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357316#M122645</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-27T14:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357317#M122646</link>
      <description>&lt;P&gt;I tried using dynamic schema but the column data types are not handled correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357317#M122646</guid>
      <dc:creator>Sindhura1</dc:creator>
      <dc:date>2021-07-27T14:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple csv files with different structures into postgre sql tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357318#M122647</link>
      <description>&lt;P&gt;maybe this article can help you :&lt;/P&gt;&lt;P&gt;it's a lot of code but it permit to reatribute dbtype from the database, the source is a database but it can also work with csv :&lt;/P&gt;&lt;P&gt;https://www.talend.com/blog/2019/11/11/migrate-data-between-databases-one-job-using-dynamic-schema/&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-multiple-csv-files-with-different-structures-into-postgre/m-p/2357318#M122647</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-27T14:33:58Z</dc:date>
    </item>
  </channel>
</rss>

