<?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 How to Append data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245269#M31164</link>
    <description>Hi, 
&lt;BR /&gt;We have a scenario wherein we have to update a field which already have a value in it. We dont want to remove/overwrite the existing value but we would like to append the value coming from a file. 
&lt;BR /&gt;Any ideas would be highly appreciated 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;Jenny.</description>
    <pubDate>Tue, 07 Feb 2017 01:40:12 GMT</pubDate>
    <dc:creator>Jennifer_siders</dc:creator>
    <dc:date>2017-02-07T01:40:12Z</dc:date>
    <item>
      <title>How to Append data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245269#M31164</link>
      <description>Hi, 
&lt;BR /&gt;We have a scenario wherein we have to update a field which already have a value in it. We dont want to remove/overwrite the existing value but we would like to append the value coming from a file. 
&lt;BR /&gt;Any ideas would be highly appreciated 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;Jenny.</description>
      <pubDate>Tue, 07 Feb 2017 01:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245269#M31164</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2017-02-07T01:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Append data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245270#M31165</link>
      <description>Hi, 
&lt;BR /&gt;Here is an "Append" option in tfileoutputdelimited component which is used to&amp;nbsp;add the new rows at the end of the file. 
&lt;BR /&gt;Let us know if it is what you are looking for. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9yZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149478i76CA4B650209D35B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9yZ.png" alt="0683p000009M9yZ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 07 Feb 2017 06:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245270#M31165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T06:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Append data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245271#M31166</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the response. However we are using to update via tsalesforceoutput* component
&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 07 Feb 2017 07:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245271#M31166</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2017-02-07T07:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Append data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245272#M31167</link>
      <description>Hi Jennifer, 
&lt;BR /&gt;Can you detail a little more? 
&lt;BR /&gt;If you want to update existing records in Salesforce, just use tSalorsforceOutput* component with Update as the action. 
&lt;BR /&gt;For this, you need to query first to retrieve the corresponding record Id. 
&lt;BR /&gt;You may also use Upsert with an external Id, but in such a case, records not retrieved by Salesforce will be inserted. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;TRF</description>
      <pubDate>Tue, 07 Feb 2017 08:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245272#M31167</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-02-07T08:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Append data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245273#M31168</link>
      <description>Hi TRF
&lt;BR /&gt;Thank you for the response.
&lt;BR /&gt;File Input:
&lt;BR /&gt;Record 1:
&lt;BR /&gt;Name: jenny
&lt;BR /&gt;Customer Id: 100
&lt;BR /&gt;Comments: Incorrect Phone
&lt;BR /&gt;Record 2:
&lt;BR /&gt;Name: jenny
&lt;BR /&gt;Customer Id: 100
&lt;BR /&gt;Comments: Not qualified&amp;nbsp;
&lt;BR /&gt;Now comments field is mapped to a salesforce field of type TextArea. I would like to append data coming from the file, when i use update or upsert the same is not working
&lt;BR /&gt;Cheers
&lt;BR /&gt;J</description>
      <pubDate>Tue, 07 Feb 2017 09:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Append-data/m-p/2245273#M31168</guid>
      <dc:creator>Jennifer_siders</dc:creator>
      <dc:date>2017-02-07T09:25:15Z</dc:date>
    </item>
  </channel>
</rss>

