<?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: csv file with multiple entities in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361919#M126166</link>
    <description>tMap may be used to split the records as desired. Adding a field filled with Numeric.sequence is a possible way to define a key you can use for both contact and related survey.&lt;BR /&gt;Let me know if it's what you're looking for.</description>
    <pubDate>Tue, 01 Aug 2017 20:07:33 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-08-01T20:07:33Z</dc:date>
    <item>
      <title>csv file with multiple entities</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361918#M126165</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm new to Talent Open Studio so sorry if this is a basic question. I have a csv file which I need to split into multiple related tables. The file contains a number of fields relating to a survey and if the user has provided their contact details they are stored in the same line. I want to load this into 2 tables, 1 which has the survey answers and a contact ID and the second has the contact details.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The problem I have currently is that I'm getting 1 row in the contact table for each survey. How can I structure my job so contacts are numbered sequentially with no gaps and that surveys are linked to the correct contact?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361918#M126165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: csv file with multiple entities</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361919#M126166</link>
      <description>tMap may be used to split the records as desired. Adding a field filled with Numeric.sequence is a possible way to define a key you can use for both contact and related survey.&lt;BR /&gt;Let me know if it's what you're looking for.</description>
      <pubDate>Tue, 01 Aug 2017 20:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361919#M126166</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-01T20:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: csv file with multiple entities</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361920#M126167</link>
      <description>Hi Trf, 
&lt;BR /&gt;I'm using a tmap now but the problem is that I'm getting 4000 contact rows which are mostly empty because most of the surveys don't have contact information. 
&lt;BR /&gt; 
&lt;BR /&gt;How do I limit those to only populated contacts and how can I then link them to a survey with a generated contact id?</description>
      <pubDate>Tue, 01 Aug 2017 22:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361920#M126167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-01T22:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: csv file with multiple entities</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361921#M126168</link>
      <description>You can filter using a tFilterRow or filter inside the tMap to exclude incomplete rows.
&lt;BR /&gt;To join contact and survey, reuse the same value for both entities. If you use a Numeric.sequence, assign the value to a tMap variable the reuse this variable to populate all the desired output fields issued from the same original input row.
&lt;BR /&gt;If you need more help, give us some details regarding the output db where these informations will be store and also may a sample data (input and expected result). If technical difficulties, share your job design.
&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2017 22:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361921#M126168</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-01T22:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: csv file with multiple entities</title>
      <link>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361922#M126169</link>
      <description>&lt;P&gt;Hi TRF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestions. I was hoping to have different ID's for each type of data (surveys and contacts). I've created a sample input data file to give you an example of what I'm working with as input and 2 output files showing what I'd like to achieve&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input file has a row for each survey and if contact details are supplied they are included. The first output I'd like is the survey data with a SurveyID (Numeric.sequence). The second output is a list of contacts with a contactID. I'd also like the appropriate contact ID to appear in the survey data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my job the input is a csv file and the outputs are Database tables in a SQL Server database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsHL"&gt;Contactoutput.csv&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsHQ"&gt;Surveyoutput.csv&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrvn"&gt;Inputfile.csv&lt;/A&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/csv-file-with-multiple-entities/m-p/2361922#M126169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-02T13:21:17Z</dc:date>
    </item>
  </channel>
</rss>

