<?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 Replacing data in file series in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370255#M133326</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a String replacement in a series of multi schema file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example ( having x input files - daily process): &lt;/P&gt;&lt;P&gt;InputFile 1: 00; col 1; ; col 3;col 4%&lt;/P&gt;&lt;P&gt;           01; col 1; col 2;col 3%&lt;/P&gt;&lt;P&gt;           02; ; col 2; ;  col 4;col 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           01; col 1; ; .col3% so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputFile 2: &lt;/P&gt;00;  ;col 2; col 3;col 4%&lt;P&gt;           01; col 1; ; col3%&lt;/P&gt;&lt;P&gt;           02; ; col 2; col 3 ; ; col 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           01; ; col 2%; .. so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;amp; a table for the string replacement combination (for a particular schema)&lt;/P&gt;&lt;P&gt;Header OldString NewString       &lt;/P&gt;&lt;P&gt;02        abcd         def&lt;/P&gt;&lt;P&gt;02        efd            hij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want to do is replace the above files as per the table.. (Should not merge files)&lt;/P&gt;&lt;P&gt;Iam using the below  concept:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;tfileinputdelimited -&amp;gt; tmap -&amp;gt; tfileoutputdelimited&lt;/P&gt;&lt;P&gt;-&amp;gt; table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concerns are:&lt;/P&gt;&lt;P&gt;1) This works fine in replacing data for one particular file, but when comes to multiple files the initial data gets erased.&lt;/P&gt;&lt;P&gt;2) The file structure gets changed. &lt;/P&gt;&lt;P&gt;     Tried using tfileinputdelimited -&amp;gt; tjavarow removing all the trailing blanks  -&amp;gt; This worked but badly struck with placing the replaced data back to the inputfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me with the flow for the replacing multiple files without changing the structure? And yeah I am new to Talend.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 16:10:59 GMT</pubDate>
    <dc:creator>AJ151</dc:creator>
    <dc:date>2020-07-21T16:10:59Z</dc:date>
    <item>
      <title>Replacing data in file series</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370255#M133326</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a String replacement in a series of multi schema file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example ( having x input files - daily process): &lt;/P&gt;&lt;P&gt;InputFile 1: 00; col 1; ; col 3;col 4%&lt;/P&gt;&lt;P&gt;           01; col 1; col 2;col 3%&lt;/P&gt;&lt;P&gt;           02; ; col 2; ;  col 4;col 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           01; col 1; ; .col3% so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputFile 2: &lt;/P&gt;00;  ;col 2; col 3;col 4%&lt;P&gt;           01; col 1; ; col3%&lt;/P&gt;&lt;P&gt;           02; ; col 2; col 3 ; ; col 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           01; ; col 2%; .. so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;amp; a table for the string replacement combination (for a particular schema)&lt;/P&gt;&lt;P&gt;Header OldString NewString       &lt;/P&gt;&lt;P&gt;02        abcd         def&lt;/P&gt;&lt;P&gt;02        efd            hij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want to do is replace the above files as per the table.. (Should not merge files)&lt;/P&gt;&lt;P&gt;Iam using the below  concept:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;tfileinputdelimited -&amp;gt; tmap -&amp;gt; tfileoutputdelimited&lt;/P&gt;&lt;P&gt;-&amp;gt; table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concerns are:&lt;/P&gt;&lt;P&gt;1) This works fine in replacing data for one particular file, but when comes to multiple files the initial data gets erased.&lt;/P&gt;&lt;P&gt;2) The file structure gets changed. &lt;/P&gt;&lt;P&gt;     Tried using tfileinputdelimited -&amp;gt; tjavarow removing all the trailing blanks  -&amp;gt; This worked but badly struck with placing the replaced data back to the inputfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me with the flow for the replacing multiple files without changing the structure? And yeah I am new to Talend.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 16:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370255#M133326</guid>
      <dc:creator>AJ151</dc:creator>
      <dc:date>2020-07-21T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing data in file series</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370256#M133327</link>
      <description>&lt;P&gt;@Aneeta Joseph​&amp;nbsp;,check the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX" alt="https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX" target="_blank"&gt;https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 16:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370256#M133327</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-07-21T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing data in file series</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370257#M133328</link>
      <description>&lt;P&gt;Thanks for the response @Manohar B​&amp;nbsp;. But I am not  using any db here. All the process are just been dealt with files.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 16:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replacing-data-in-file-series/m-p/2370257#M133328</guid>
      <dc:creator>AJ151</dc:creator>
      <dc:date>2020-07-21T16:38:29Z</dc:date>
    </item>
  </channel>
</rss>

