<?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: Convert key, values file to data base in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338278#M106533</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer&lt;/P&gt;&lt;P&gt;The issue is  that I've no "id" field to link the rows &lt;/P&gt;&lt;P&gt;All I have, is that data of "column 1" have to be in the same column.&lt;/P&gt;&lt;P&gt;For now, the best solution i've tried, is to do a Java routine to parse the imput file to make a CSV file&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 06:18:08 GMT</pubDate>
    <dc:creator>Jérôme35000</dc:creator>
    <dc:date>2023-03-27T06:18:08Z</dc:date>
    <item>
      <title>Convert key, values file to data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338276#M106531</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my need i'm looking for a while &lt;/P&gt;&lt;P&gt;my input text file has the form :&lt;/P&gt;&lt;P&gt;"column 1" value xx&lt;/P&gt;&lt;P&gt;"column 3", value yy&lt;/P&gt;&lt;P&gt;"column 5", value zz&lt;/P&gt;&lt;P&gt;"column 1", value aa&lt;/P&gt;&lt;P&gt;"column 2", value bb&lt;/P&gt;&lt;P&gt;"column 6",  value cc&lt;/P&gt;&lt;P&gt;"column 7", value dd&lt;/P&gt;&lt;P&gt;"column 1", value gg&lt;/P&gt;&lt;P&gt;"column 4", value ee &lt;/P&gt;&lt;P&gt;.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to convert to a data base whose columns are : column 1, column 2, column 3 ... column 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'v tryed many components (tmap, tdenormalize, tnormalize, tagregate ...) but can't find &lt;/P&gt;&lt;P&gt;an issue is not all column are present for each reccord&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338276#M106531</guid>
      <dc:creator>Jérôme35000</dc:creator>
      <dc:date>2024-11-15T21:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert key, values file to data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338277#M106532</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Take a look at this KB &lt;A href="https://community.talend.com/s/article/Converting-rows-to-columns-Jewx3" alt="https://community.talend.com/s/article/Converting-rows-to-columns-Jewx3" target="_blank"&gt;article &lt;/A&gt;which shows how to convert rows to columns,  add a sequence id for each "column x" before &lt;B&gt;tPivotToColumnsDelimited, &lt;/B&gt;the sequence if will be the group element on &lt;B&gt;tPivotToColumnsDelimited.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;tFileInputDelimited--tMap--tPivotToColumnDelimited&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on tMap, add a new column called "id", and set its value as:&lt;/P&gt;&lt;P&gt;Numeric.sequence(row1.firstColumnName,1,1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 06:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338277#M106532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert key, values file to data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338278#M106533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer&lt;/P&gt;&lt;P&gt;The issue is  that I've no "id" field to link the rows &lt;/P&gt;&lt;P&gt;All I have, is that data of "column 1" have to be in the same column.&lt;/P&gt;&lt;P&gt;For now, the best solution i've tried, is to do a Java routine to parse the imput file to make a CSV file&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 06:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338278#M106533</guid>
      <dc:creator>Jérôme35000</dc:creator>
      <dc:date>2023-03-27T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert key, values file to data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338279#M106534</link>
      <description>&lt;P&gt;After generating the file using tPivotToColumnsDelimited, read the generated file and remove the "id" column, this is the only way using tPivotToColumnsDelimited component to achieve the needs without Java codes.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338279#M106534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-27T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert key, values file to data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338280#M106535</link>
      <description>&lt;P&gt;I have no ID column in the input file &lt;/P&gt;&lt;P&gt;I have just the label "column 1" that is repeating each time a new object is declared &lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 15:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-key-values-file-to-data-base/m-p/2338280#M106535</guid>
      <dc:creator>Jérôme35000</dc:creator>
      <dc:date>2023-03-27T15:35:05Z</dc:date>
    </item>
  </channel>
</rss>

