<?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: How can you solve this scenario in Talend ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345060#M112637</link>
    <description>&lt;P&gt;Hello, try this steps.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Compare the data from DAY-1 and DAY-2 to identify matching customer attributes such as name, address, or any other relevant identifiers.&lt;/LI&gt;&lt;LI&gt;Use a suitable algorithm or logic to determine the degree of similarity between the DAY-1 and DAY-2 records. This could involve comparing fields for exact matches or utilizing fuzzy matching techniques to account for slight variations in the data.&lt;/LI&gt;&lt;LI&gt;Based on the comparison results, if a match is found, assign a flag or a unique identifier (e.g., "OLD_CUSTOMER_ID" for DAY-1 data and "NEW_CUSTOMER_ID" for DAY-2 data) to differentiate between the old and new records.&lt;/LI&gt;&lt;LI&gt;Ensure that the assigned flag or identifier is included in the target data during the delta process and stored accordingly.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By implementing this approach, you can distinguish between the DAY-1 and DAY-2 data and assign appropriate flags or identifiers to indicate whether the customer is considered old or new. &lt;A href="https://www.homebargainsportal.com/" alt="https://www.homebargainsportal.com/" target="_blank"&gt; Home Bargains Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 10:36:28 GMT</pubDate>
    <dc:creator>LLopeza1682662066</dc:creator>
    <dc:date>2023-05-18T10:36:28Z</dc:date>
    <item>
      <title>How can you solve this scenario in Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345058#M112635</link>
      <description>&lt;P&gt;Dear Team, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6712"&gt;@richard&lt;/a&gt; Hall @Shicong Hong &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34462"&gt;@Fred&lt;/a&gt; Trebuchet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data coming like this. Could you give a solution to solve it. ? &lt;/P&gt;&lt;P&gt;AT DAY-1, I load the data into target.  IT's a delta process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsMtmAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128410iAAC5DCB4348EFD56/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsMtmAAE.png" alt="0695b00000hsMtmAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsMtrAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133521i5319DB7E31B27FE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsMtrAAE.png" alt="0695b00000hsMtrAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOTH ARE SAME CUSTOMER, BUT HAVE NO IDENTITY TO FIND THEY ARE SAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT DAY N, THE CUSTOMER IS SAYING -  DAY-2 RECORD IS GOOD ONE.  HOW CAN I KEEP A FLAG "AS THE DAY 1 DATA AS OLD CUSTOMER ID", AND "DAY-2 DATA AS NEW CUSTOMER ID".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345058#M112635</guid>
      <dc:creator>prabuj</dc:creator>
      <dc:date>2024-11-15T21:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can you solve this scenario in Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345059#M112636</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;If you can't modify the table,  create a new table to store the customer id and add a new flag field? Then, whenever you load the data into target in ETL job, synchronize the related data in this identity table.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 08:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345059#M112636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-18T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can you solve this scenario in Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345060#M112637</link>
      <description>&lt;P&gt;Hello, try this steps.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Compare the data from DAY-1 and DAY-2 to identify matching customer attributes such as name, address, or any other relevant identifiers.&lt;/LI&gt;&lt;LI&gt;Use a suitable algorithm or logic to determine the degree of similarity between the DAY-1 and DAY-2 records. This could involve comparing fields for exact matches or utilizing fuzzy matching techniques to account for slight variations in the data.&lt;/LI&gt;&lt;LI&gt;Based on the comparison results, if a match is found, assign a flag or a unique identifier (e.g., "OLD_CUSTOMER_ID" for DAY-1 data and "NEW_CUSTOMER_ID" for DAY-2 data) to differentiate between the old and new records.&lt;/LI&gt;&lt;LI&gt;Ensure that the assigned flag or identifier is included in the target data during the delta process and stored accordingly.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By implementing this approach, you can distinguish between the DAY-1 and DAY-2 data and assign appropriate flags or identifiers to indicate whether the customer is considered old or new. &lt;A href="https://www.homebargainsportal.com/" alt="https://www.homebargainsportal.com/" target="_blank"&gt; Home Bargains Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-you-solve-this-scenario-in-Talend/m-p/2345060#M112637</guid>
      <dc:creator>LLopeza1682662066</dc:creator>
      <dc:date>2023-05-18T10:36:28Z</dc:date>
    </item>
  </channel>
</rss>

