<?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>question How best to  replace all TABs (​\t) by COMMAs (,) in the content of a NiFi flow file? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225115#M60798</link>
    <description />
    <pubDate>Tue, 09 May 2017 22:41:59 GMT</pubDate>
    <dc:creator>guha</dc:creator>
    <dc:date>2017-05-09T22:41:59Z</dc:date>
    <item>
      <title>How best to  replace all TABs (​\t) by COMMAs (,) in the content of a NiFi flow file?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225115#M60798</link>
      <description />
      <pubDate>Tue, 09 May 2017 22:41:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225115#M60798</guid>
      <dc:creator>guha</dc:creator>
      <dc:date>2017-05-09T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How best to  replace all TABs (​\t) by COMMAs (,) in the content of a NiFi flow file?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225116#M60799</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18061/guha.html" nodeid="18061" target="_blank"&gt;@Prabir Guha&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use the replaceText processor to replace tabs with commas in a text/plain input file.&lt;/P&gt;&lt;P&gt;lets assume my input file's content has the following value:
&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15259-screen-shot-2017-05-09-at-115146-am.png" style="width: 404px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15438iFB7937B94AFA2A4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15259-screen-shot-2017-05-09-at-115146-am.png" alt="15259-screen-shot-2017-05-09-at-115146-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I could then configure my replaceText processor to do teh following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15258-screen-shot-2017-05-09-at-114958-am.png" style="width: 601px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15439i4FDBE660800D6FFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15258-screen-shot-2017-05-09-at-114958-am.png" alt="15258-screen-shot-2017-05-09-at-114958-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Search Value is set to a tab.&lt;/P&gt;&lt;P&gt;The Replacement Value is set to a comma.&lt;/P&gt;&lt;P&gt;The resulting content is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15260-screen-shot-2017-05-09-at-115249-am.png" style="width: 338px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15440i451DC2B988D64778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15260-screen-shot-2017-05-09-at-115249-am.png" alt="15260-screen-shot-2017-05-09-at-115249-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 01:36:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225116#M60799</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T01:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How best to  replace all TABs (​\t) by COMMAs (,) in the content of a NiFi flow file?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225117#M60800</link>
      <description>&lt;P&gt;@Matt Clarke "The Search Value is set to a tab." How should the search value TAB be set?  '\t'  or 0x09 &lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 22:59:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225117#M60800</guid>
      <dc:creator>guha</dc:creator>
      <dc:date>2017-05-09T22:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How best to  replace all TABs (​\t) by COMMAs (,) in the content of a NiFi flow file?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225118#M60801</link>
      <description>&lt;P&gt;I literally hit the "tab" key on my keyboard.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 23:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-best-to-replace-all-TABs-t-by-COMMAs-in-the-content-of-a/m-p/225118#M60801</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-05-09T23:05:58Z</dc:date>
    </item>
  </channel>
</rss>

