<?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: Data Mapper: Multiple Loops to a single row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341514#M109461</link>
    <description>&lt;P&gt;Is there anything else you can extract from the file to identify what should be a single record? From looking at the data you have in the table, there are actually only 2 rows required to include all of the data. By that I mean that even if the rows are different, they essentially will all show only 2 records that are not identical at the end of the process of removing the nulls.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 16:57:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-13T16:57:21Z</dc:date>
    <item>
      <title>Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341509#M109456</link>
      <description>&lt;P&gt;I'm hoping there's some Data Mapper experts out there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm mapping an EDI 834 file to a SQL database table.  Part of the EDI structure includes a "Sub-loop" that can repeat up to 6 times.  In my case, it may repeat up to 2 time... and sometimes just once.  My problem is that it's creating two rows and I want it to create one.  On the right, I'm mapping to "Effective Date" and "Term Date" based on "DTP01" (see screen shots below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the EDI Loops in the Data Mapper, on the left.  DTP can loop up to 6 times, depending on the Qualifier.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bGCkuAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130226i590B39E5BB27A5F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bGCkuAAG.png" alt="0695b00000bGCkuAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the EDI file, it looks like this.  "Plan A" may be listed twice with a different date range, and multiple rows for each HD segment is OK.  However I wat the two DTP segments on a single row instead of two separate rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan A*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20200101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20201231~&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan A*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20210101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20211231~&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan B*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20220101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20221231~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My end result comes out like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bGCnjAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129593i58259ABCC83B1158/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bGCnjAAG.png" alt="0695b00000bGCnjAAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But instead of 6 rows I only want 3 rows.  I thought about using tAggregateRow, but I don't have enough unique data values to consolidate.  Maybe I could add a sequence counter that resets on the HD segment...?  Not sure how to do that in the Data Mapper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing there's a way to modify the structure on the right so that they end up in one row instead of two... I've tried a few variations but haven't gotten it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any ideas that would be appreciated!  Thx&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341509#M109456</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2024-11-15T22:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341510#M109457</link>
      <description>&lt;P&gt;The tAggregateRow is probably the easiest way to fix this. Do you not have any unique key for each record in your EDI 834 file to use just to enable this?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341510#M109457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-12T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341511#M109458</link>
      <description>&lt;P&gt;I tried that, but the Data Mapper duplicates every value in each row, so I lose any kind of unique key when it spits it out.  The only difference between row 1 and row 2 is the effective date and term date, as shown in my screen shot.  If the effective date was repeated, I could key off of that.  But it's null in the second row.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341511#M109458</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2023-01-12T17:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341512#M109459</link>
      <description>&lt;P&gt;The tAggregateRow will still work. You do not need just one completely unique value. You can use multiple columns to achieve this as well. Unless all of your rows are the exactly the same, you should be able to aggregate to solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am aware that I may be misunderstanding what you mean here. So could you give me an example of the data (nothing private, provide edited data if necessary) in a table format. Can you identify how the multiple rows should be condensed to single rows as well?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341512#M109459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-12T17:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341513#M109460</link>
      <description>&lt;P&gt;I'm not sure how to paste in a table format - below is an image of the rows coming out of the THmap.  Further below is the text - &lt;/P&gt;&lt;P&gt;a copy/past of the results as they come out of the THmap.  The header row is included.  If you copy / paste into a Notepad++ or something similar it will be easier to read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, the THmap is duplicating everything except what's in the dates loop.  The only thing that's different is the effective and term dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000bHJIpAAO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138450iB66770A64AAF676E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000bHJIpAAO.png" alt="0695b00000bHJIpAAO.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Application_Sender_Code|Application_Receiver_Code|Group_Control_Number|Transaction_Set_Control_Number|Transaction_Set_Reference_Number|Insurance_Company_Code|Relationship_Code|Subscriber_ID|Last_Name|First_Name|SSN|Home_Phone|Address1|Address2|City|State|Zip_Code|Birth_Date|Gender|Marital_Status|Plan_Code|Effective_Date|Term_Date|Employment_Status_Code|Member_Policy_Number|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan A|2020-01-01T00:00:00|null|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan A|null|2020-12-31T00:00:00|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan A|2021-01-01T00:00:00|null|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan A|null|2021-12-31T00:00:00|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan B|2022-01-01T00:00:00|null|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;DENISES|TCS HEALTHCARE|100000002|0003|000000001|WHP|18|834Test-001|Name001|Test834|834Test-001|8341010001|1001 834th Street|Unit 101|AUBURN|CA|99555|1981-01-01T00:00:00|M|M|Plan B|null|2022-12-31T00:00:00|WORK_PT|Plan A|&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 15:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341513#M109460</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2023-01-13T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341514#M109461</link>
      <description>&lt;P&gt;Is there anything else you can extract from the file to identify what should be a single record? From looking at the data you have in the table, there are actually only 2 rows required to include all of the data. By that I mean that even if the rows are different, they essentially will all show only 2 records that are not identical at the end of the process of removing the nulls.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 16:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341514#M109461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-13T16:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341515#M109462</link>
      <description>&lt;P&gt;Sorry for the delay - was away over the weekend and busy this week!  Below are all of the records in the file.  All of the information I'm getting is for a single transaction, or a single record.  The only part that repeats is the HD segment, and that "converts" the one line into three lines because HD is repeated 3 times.  With the HD segment, the DTP segment repeats - once for a "start date" and once for an "end date".  That turns the 3 lines into 6 lines, but "start date" is populated on one line and "end date" is populated on the next line.&lt;/P&gt;&lt;P&gt;I don't know if this helps or perhaps I'm misunderstanding what you're thinking. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISA*00*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;*00*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;*30*366441012&amp;nbsp;&amp;nbsp;&amp;nbsp;*ZZ*TCS HEALTHCARE *200801*1500*^*00501*100000001*0*T*:~&lt;/P&gt;&lt;P&gt;GS*BE*DENISES*TCS HEALTHCARE*20200801*1500*100000002*X*005010X220A1~&lt;/P&gt;&lt;P&gt;ST*834*0003*005010X220A1~&lt;/P&gt;&lt;P&gt;BGN*00*000000001*20200801*1500*PD***2~&lt;/P&gt;&lt;P&gt;N1*P5*Wonderful Health Plan*94*WHP~&lt;/P&gt;&lt;P&gt;N1*IN*Wonderful Health Plan*94*WHP~&lt;/P&gt;&lt;P&gt;INS*Y*18*030*XN*A***WORK_PT**N**~&lt;/P&gt;&lt;P&gt;REF*0F*834Test-001~&lt;/P&gt;&lt;P&gt;REF*1L*Plan A~&lt;/P&gt;&lt;P&gt;NM1*IL*1*Name001*Test834*E*MR*JR*34*834Test-001~&lt;/P&gt;&lt;P&gt;PER*IP**HP*8341010001*CP*8342020001*WP*8343030001~&lt;/P&gt;&lt;P&gt;N3*1001 834th Street*Unit 101~&lt;/P&gt;&lt;P&gt;N4*AUBURN*CA*99555****~&lt;/P&gt;&lt;P&gt;DMG*D8*19810101*M*M*7*1**~&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan A*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20200101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20201231~&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan A*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20210101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20211231~&lt;/P&gt;&lt;P&gt;HD*030**HLT*Plan B*~&lt;/P&gt;&lt;P&gt;DTP*348*D8*20220101~&lt;/P&gt;&lt;P&gt;DTP*349*D8*20221231~&lt;/P&gt;&lt;P&gt;SE*17*0003~&lt;/P&gt;&lt;P&gt;GE*1*100000002~&lt;/P&gt;&lt;P&gt;IEA*1*100000001~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 21:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341515#M109462</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2023-01-19T21:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341516#M109463</link>
      <description>&lt;P&gt;OK, I think I see the problem. There is a way around this though IF the data is being returned in order. By that, I mean like this.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Record 1 Effective Date&lt;/P&gt;&lt;P&gt;Record 1 Term Date&lt;/P&gt;&lt;P&gt;Record 2 Effective Date&lt;/P&gt;&lt;P&gt;Record 2 Term Date&lt;/P&gt;&lt;P&gt;Record 3 Effective Date&lt;/P&gt;&lt;P&gt;Record 3 Term Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that is the case, then you can use a tMap and a couple of tMap variables to create your data a key to use for the tAggregateRow. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create tMap variables called "record" and "record_key". "record" will be the first variable and will have code like this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;routines.Numeric.sequence("rec", 0, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"record_key" will be the second variable and will have code like this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Var.record - (Var.record % 2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I knocked an example together and it looks like this...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ceQfRAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130015i9D254C025553175F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ceQfRAAU.png" alt="0695b00000ceQfRAAU.png" /&gt;&lt;/span&gt;What the "record" variable does is count each row that enters the tMap. The "record_key" takes the current "record" number and uses the modulo operation to find the remainder when you divide the number by 2 and subtracts that from the original value.  You will end up with values like this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then use these values with the tAggregateRow to group your 6 rows into 3.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 11:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341516#M109463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-20T11:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341517#M109464</link>
      <description>&lt;P&gt;Ahhh, very clever.  I was actually trying to do something like that using SQL and the modulo operator.  Where I got stuck is when there is no term date provided...  (in this scenario the term date is open-ended).  For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Record 1 Effective Date&lt;/P&gt;&lt;P&gt;Record 1 Term Date&lt;/P&gt;&lt;P&gt;Record 2 Effective Date&lt;/P&gt;&lt;P&gt;Record 3 Effective Date&lt;/P&gt;&lt;P&gt;Record 3 Term Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I ended up doing is using the LEAD() function in sql and joining to the same table.  I'm guessing tMemorize might help to do something  equivalent.  Here's my SQL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE my_table&lt;/P&gt;&lt;P&gt;SET end_date = next_end_date&lt;/P&gt;&lt;P&gt;FROM (&lt;/P&gt;&lt;P&gt;	SELECT id, start_date, end_date,&lt;/P&gt;&lt;P&gt;	LEAD(end_date) OVER (ORDER BY id) AS next_end_date&lt;/P&gt;&lt;P&gt;	FROM my_table&lt;/P&gt;&lt;P&gt;) AS a INNER JOIN my_table ON a.id = my_table.id&lt;/P&gt;&lt;P&gt;WHERE a.Start_Date &amp;lt;&amp;gt; ''&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DELETE&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;	my_table&lt;/P&gt;&lt;P&gt;WHERE Start_Date = ''&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked whether there was an end_date record or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your helping in trouble shooting - I'll try your idea as well and see what happens when there is no end date record.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341517#M109464</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2023-01-23T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mapper: Multiple Loops to a single row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341518#M109465</link>
      <description>&lt;P&gt;Not a problem. Sometimes a different pair of eyes on a problem can really help. I hope that this works. I hadn't actually considered the "no end date" scenario. I'll be interested to see how it turns out.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Mapper-Multiple-Loops-to-a-single-row/m-p/2341518#M109465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-23T16:15:44Z</dc:date>
    </item>
  </channel>
</rss>

