<?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: Buffer the changed data and commit in one time and re-use in another job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298969#M71371</link>
    <description>&lt;P&gt;I went for another way.&lt;/P&gt;&lt;P&gt;Storing the changes in hashOutput and using them as LookUps with a tMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QFD37AAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153846i893D835B0F102ECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QFD37AAH.png" alt="0695b00000QFD37AAH.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But thank you &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;</description>
    <pubDate>Thu, 28 Apr 2022 08:11:40 GMT</pubDate>
    <dc:creator>JayQueue</dc:creator>
    <dc:date>2022-04-28T08:11:40Z</dc:date>
    <item>
      <title>Buffer the changed data and commit in one time and re-use in another job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298967#M71369</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a sync between our HR software and LDAP/EXO/....&lt;/P&gt;&lt;P&gt;Looking for changes and updating them works but I want to keep those changes and then push them to LDAP. &lt;/P&gt;&lt;P&gt;Now I check for a telephonenumber, after that check I commit those changes to LDAP. And the same for mobile, for manager...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QFBzEAAX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153589i7BE83FC2E5CC1C03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QFBzEAAX.png" alt="0695b00000QFBzEAAX.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can just combine all the changes and commit them all at once? And so I can re-use that data to update Graph API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with tHashOutput but the schema's are not the same. Then I thought of creating a csv....&lt;/P&gt;&lt;P&gt;Is this a good way or are their better components/methods? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298967#M71369</guid>
      <dc:creator>JayQueue</dc:creator>
      <dc:date>2024-11-15T22:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer the changed data and commit in one time and re-use in another job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298968#M71370</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can try the way: storing the changed data in file or DB, create a type column stored different action like 'updating', 'inserting' and 'deleting'  that can be used to filter different action for later. Create an entity column to store different object, like 'mobile', 'manager'.&lt;/P&gt;&lt;P&gt;When doing the synchronization,  read all these changed data from file or DB, filter the data by entity value and update them into &lt;/P&gt;&lt;P&gt;corresponding target object.&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;</description>
      <pubDate>Thu, 28 Apr 2022 06:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298968#M71370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T06:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer the changed data and commit in one time and re-use in another job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298969#M71371</link>
      <description>&lt;P&gt;I went for another way.&lt;/P&gt;&lt;P&gt;Storing the changes in hashOutput and using them as LookUps with a tMap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QFD37AAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153846i893D835B0F102ECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QFD37AAH.png" alt="0695b00000QFD37AAH.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But thank you &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;</description>
      <pubDate>Thu, 28 Apr 2022 08:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298969#M71371</guid>
      <dc:creator>JayQueue</dc:creator>
      <dc:date>2022-04-28T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer the changed data and commit in one time and re-use in another job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298970#M71372</link>
      <description>&lt;P&gt;Great, glad to see you achieve it!&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;</description>
      <pubDate>Fri, 29 Apr 2022 00:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Buffer-the-changed-data-and-commit-in-one-time-and-re-use-in/m-p/2298970#M71372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-29T00:15:30Z</dc:date>
    </item>
  </channel>
</rss>

