<?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: Import CSV and convert data for output to PostgreSQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313532#M84374</link>
    <description>&lt;P&gt;Hi @Taylor O​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Column02:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"1".equals(row1.Column02)?"Apple":"2".equals(row1.Column02)?"Pear":"defaultValue"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column05:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.Column05.replaceAll("\\D","")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for column 06 i don't understand what you want, could you bring more informations of what you want ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you want to convert digit to String ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;String.valueOf(row1.Column06)&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 07:26:31 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-07-18T07:26:31Z</dc:date>
    <item>
      <title>Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313531#M84373</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have trouble finding certain "blocks" in order to build something I need to create in Talend.&lt;/P&gt;&lt;P&gt;I've got 2 CSV files. Both are imported as "file delimited" and attached to a tLogRow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Alpha.csv I would need to convert the data as per below to PostgreSQL;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Column02 has either "1" or "2" mentioned, 1 should be converted to "Apple" and "2" to "Pear"&lt;/LI&gt;&lt;LI&gt;Column05 has a number. Either I.E. "112" or numbers like "54A". I would to output this data without the letters (hence "54" instead of "54A").&lt;/LI&gt;&lt;LI&gt;Column06 has 6 digits. And the 6 digits need to change in the string of Beta.csv. Beta.csv has 2 columns, one columns with strings the other column is equal to the 6 digits. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on the matter would be appreciated. I've tried to search the official documentation and in Google. &lt;/P&gt;&lt;P&gt;But unfortunately I'm not able to find the sections of the documentation that could help me further. Most likely I'm searching wrong here... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 07:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313531#M84373</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-18T07:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313532#M84374</link>
      <description>&lt;P&gt;Hi @Taylor O​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Column02:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"1".equals(row1.Column02)?"Apple":"2".equals(row1.Column02)?"Pear":"defaultValue"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column05:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.Column05.replaceAll("\\D","")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for column 06 i don't understand what you want, could you bring more informations of what you want ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you want to convert digit to String ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;String.valueOf(row1.Column06)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 07:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313532#M84374</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-07-18T07:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313533#M84375</link>
      <description>&lt;P&gt;Many thanks @guenneguez jeremy​&amp;nbsp;16170&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And where would I place this code? A link to the documentation would be more than fine as well :).&lt;/P&gt;&lt;P&gt;I forgot to mention... Within the timelimit given, I'm not able to complete an entire course on Talend, however seeing it's possibilities I certainly will once I have this assignment completed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding "row1.Column05.replaceAll("\\D","")" &lt;/P&gt;&lt;P&gt;Will this replace all letters or just the letter D?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding Column06 perhaps I was not as clear as I thought.&lt;/P&gt;&lt;P&gt;It is similar to like Vlookup in Excel. Alpha.csv has the column06 with numbers of 6 digits.&lt;/P&gt;&lt;P&gt;In Beta.csv there are 2 columns. 1 has numbers equal to the 6 digits of Alpha's column06 and the second column has a string.&lt;/P&gt;&lt;P&gt;Basically the 6 digits of column06 needs to be converted to the corresponding string that is matched in Beta.csv. As a reference kindly see attached image (do note I made columns in Excel, they don't exist in the original CSV for obvious reasons). &lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000SsK8tAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152419i7B29C1D0A5373D35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000SsK8tAAF.png" alt="0695b00000SsK8tAAF.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 08:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313533#M84375</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-18T08:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313534#M84376</link>
      <description>&lt;P&gt;you have to use a tMap component &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/tmap/tmap?tocId=xh4Ajmpb9XV6L2lTX0jX~Q" alt="https://help.talend.com/r/en-US/8.0/tmap/tmap?tocId=xh4Ajmpb9XV6L2lTX0jX~Q" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/tmap/tmap?tocId=xh4Ajmpb9XV6L2lTX0jX~Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can make a join between the two csv on String.ValueOf(Column06) and Column02 of beta&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/tmap/differences-between-unique-match-first-match-and-all-matches" alt="https://help.talend.com/r/en-US/8.0/tmap/differences-between-unique-match-first-match-and-all-matches" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/tmap/differences-between-unique-match-first-match-and-all-matches&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\D is all non digit char so replaceAll("\\D","") will suppress all non digit char of the String&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to put the code for column02 and 05 in the output fields of the tMap&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 08:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313534#M84376</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-07-18T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313535#M84377</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks again!&lt;/P&gt;&lt;P&gt;I seemed to keep getting an error and after rebuilding the tMap in the end it was something simple with a wrong data type &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; ... &lt;/P&gt;&lt;P&gt;I'm now only stuck at the joining of the two csv's. (sidenote I altered the names earlier on, to avoid the person who I am making it for seeing I asked for help, but seems as I'm now this far that I will only make it more confusing when I keep mentioning Alpha, Beta, and Apple and Pear...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the &lt;B&gt;tFixedFlowInput, &lt;/B&gt;I think I have it working. However I read that you can only test it for real when connecting to a DB. Unless I misunderstood the following topic;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/feed/0D73p000004kBRWCA2?language=en_US" alt="https://community.talend.com/s/feed/0D73p000004kBRWCA2?language=en_US" target="_blank"&gt;https://community.talend.com/s/feed/0D73p000004kBRWCA2?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my Job (as I would think it should be).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000SsNXSAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130114iC41B625CA0BC544A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000SsNXSAA3.png" alt="0695b00000SsNXSAA3.png" /&gt;&lt;/span&gt;Below is tFixedFlowInput_1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000SsNd1AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157423iDF455255F00B5D1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000SsNd1AAF.png" alt="0695b00000SsNd1AAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And below is the error which I get if I remove "SQL_Connect"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000SsNUiAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153274iAE2BCA59D0F4448E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000SsNUiAAN.png" alt="0695b00000SsNUiAAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;row2.Column0 has the string which needs to be put in "Bron" in the database.&lt;/LI&gt;&lt;LI&gt;row2.Column01 has the string equal to that of row1.Bron.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way that I can be certain if it works without connecting to the DB and that it writes it to the DB?&lt;/P&gt;&lt;P&gt;Or is there something else that might be wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 15:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313535#M84377</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-18T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313536#M84378</link>
      <description>&lt;P&gt;i think you have selected personalized content, but you don't fill the content part with some value.&lt;/P&gt;&lt;P&gt;also if row1.Bron is a String and Column1 is an integer you have to convert Bron to Integer in the expression key of the inner join&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Integer.valueOf(row1.Bron)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 15:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313536#M84378</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-07-18T15:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313537#M84379</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/s/profile/0055b00000Ll14kAAB" alt="https://community.talend.com/s/profile/0055b00000Ll14kAAB" target="_blank"&gt;gjeremy1617088143&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks once again for replying to me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[Q]&lt;/B&gt;i think you have selected personalized content, but you don't fill the content part with some value.&lt;B&gt;[/Q]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Not following this part, do you mean for the SQL connection? As I'm unable to create a blank DB Connection (left menu).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[Q]&lt;/B&gt;also if row1.Bron is a String and Column1 is an integer you have to convert Bron to Integer in the expression key of the inner join&lt;B&gt;[/Q]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;As a quickfix, I made row1.Bron a string. To keep it as simple as possible. &lt;/P&gt;&lt;P&gt;Unless i'm mistaken, a CSV does not define the data-type correct? If so, then I do need to include &lt;I&gt;Integer.valueOf(row1.Bron)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;As I'm not allowed to amend the original CSV files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;EDIT:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I put in a tDBOuput_1 but am getting the same error as before. &lt;/P&gt;&lt;P&gt;So feel I'm doing something wrong in the end nevertheless. Or could this be an error of Talend, regarding being unable to write it to a DB due to no connection?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 15:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313537#M84379</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-18T15:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313538#M84380</link>
      <description>&lt;P&gt;The error Come from the tFixedFlowInput. You have filled no content in the personalized content field. &lt;/P&gt;&lt;P&gt;if you want to write into a db you can use a tDBOutput component.You can set the connection informations directly in the component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;by default you can set all the datatype of a csv to String cause it’ s Just text separated by a delimiter, you can also set other type if you think the tFileInputDelimited will parse it in the good type&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 18:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313538#M84380</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-07-18T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313539#M84381</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it was good that I took a break yesterday. Redid all that you said and now it does work.&lt;/P&gt;&lt;P&gt;Seems I was totally overlooking the content field in the manual *facepalm*&lt;/P&gt;&lt;P&gt;Output works as it should.&lt;/P&gt;&lt;P&gt;Despite this might have been peanuts for you, a &lt;B&gt;HUGE&lt;/B&gt; thank you for your patience and help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It still seems that I have trouble with a separator.&lt;/P&gt;&lt;P&gt;For some reason there is a double separator. See below line as example;&lt;/P&gt;&lt;P&gt;&lt;I&gt;7277536-9A;Mevrouw;Naereboutstraat;49&lt;/I&gt;&lt;B&gt;&lt;I&gt;;;&lt;/I&gt;&lt;/B&gt;&lt;I&gt;Aanbevolen door derden;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 08:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313539#M84381</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-19T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313540#M84382</link>
      <description>&lt;P&gt;in a csv file, you have one Less delimiter than the number of column.&lt;/P&gt;&lt;P&gt;if you have 5 column you have 4 delimiters.&lt;/P&gt;&lt;P&gt;if you have 2 delimiters in a row it’s maybe because the field is null for this row, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for eg you have a csv file with &lt;/P&gt;&lt;P&gt;city name and country and continent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;city name;country;continent&lt;/P&gt;&lt;P&gt;Paris;France;Europa&lt;/P&gt;&lt;P&gt;New york;USA;America&lt;/P&gt;&lt;P&gt;Alger;;Africa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here the country is missing but delimiter had to be there to parse properly the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have more or the same number of delimiter than column number your row have bad data you have to reject this one or clean up before process &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 18:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313540#M84382</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-07-19T18:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import CSV and convert data for output to PostgreSQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313541#M84383</link>
      <description>&lt;P&gt;@guenneguez jeremy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks again! That makes sense :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened the CSV and searched for ";;" however I do not get a match.&lt;/P&gt;&lt;P&gt;Searched for it manually but didn't find a match either. &lt;/P&gt;&lt;P&gt;So I bet it must be something else then. Probably one of those things that only happen at random for some people?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 11:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-CSV-and-convert-data-for-output-to-PostgreSQL/m-p/2313541#M84383</guid>
      <dc:creator>Twisted</dc:creator>
      <dc:date>2022-07-20T11:36:56Z</dc:date>
    </item>
  </channel>
</rss>

