<?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 to extract fields enveloped in quotes in NiFi? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-extract-fields-enveloped-in-quotes-in-NiFi/m-p/306545#M222873</link>
    <description>&lt;P&gt;I have some pipe delimited files. Each field is bounded by quotes like this.&lt;BR /&gt;&lt;BR /&gt;"Created_Date__c"|"CreatedById"|"CreatedDate"|"Guid_c"&lt;BR /&gt;"2020-03-02 00:00:00"|"0053i000002XCpAAG"|"2020-03-02 16:01:34"|"94bf83ccf9daf610VgnVCM100000307882a2RCRD"&lt;BR /&gt;"2020-03-03 00:00:00"|"0053i000002XCpAAG"|"2020-03-03 09:15:56"|"1a4bb238cdedd610VgnVCM100000307882a2RCRD"&lt;BR /&gt;"2020-03-03 00:00:00"|"0053i000002XCpAAG"|"2020-03-03 09:52:33"|"22408baca6fee610VgnVCM100000307882a2RCRD"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I need to cleanse this data and the needs to look like this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Created_Date__c|CreatedById|CreatedDate|Guid_c&lt;BR /&gt;2020-03-02 00:00:00|0053i000002XCpAAG|2020-03-02 16:01:34|94bf83ccf9daf610VgnVCM100000307882a2RCRD&lt;BR /&gt;2020-03-03 00:00:00|0053i000002XCpAAG|2020-03-03 09:15:56|1a4bb238cdedd610VgnVCM100000307882a2RCRD&lt;BR /&gt;2020-03-03 00:00:00|0053i000002XCpAAG|2020-03-03 09:52:33|22408baca6fee610VgnVCM100000307882a2RCRD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using ReplaceText with these configurations.&lt;BR /&gt;search value - ^"(.*)"$ and Replacement Value - $1. But these configurations is not working and the file is routing to failure. not sure what might be the issue.&lt;/P&gt;&lt;P&gt;open to other suggestions. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 15:35:48 GMT</pubDate>
    <dc:creator>naga_satish</dc:creator>
    <dc:date>2020-11-27T15:35:48Z</dc:date>
  </channel>
</rss>

