<?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 convert Excel filed names to as our like column names in Apache nifi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370485#M240746</link>
    <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a small issue with excel sheet&amp;nbsp; data loaded into DB table.&lt;/P&gt;&lt;P&gt;We are unable to load the data from excel in nifi if&amp;nbsp; the field name have space or symbols.&lt;/P&gt;&lt;P&gt;ex: In excel field name is (Cost Center) , In DB (Cost Center) got error like column not matched.&lt;/P&gt;&lt;P&gt;if we send fileld name like Cost_Center then it is worked fine.&lt;/P&gt;&lt;P&gt;So, we request you that is there any possible in Nifi we can change (Cost Center (field name )&amp;nbsp; in excel&amp;nbsp; to add(_) in that space to make it work?&lt;/P&gt;&lt;P&gt;ex:2 P&amp;amp;L item&amp;nbsp; in excel field name also&amp;nbsp; not work out because of &amp;amp; symbol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suugest any approach for this if possible?&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 05:01:27 GMT</pubDate>
    <dc:creator>ushasri</dc:creator>
    <dc:date>2023-05-11T05:01:27Z</dc:date>
    <item>
      <title>How to convert Excel filed names to as our like column names in Apache nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370485#M240746</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a small issue with excel sheet&amp;nbsp; data loaded into DB table.&lt;/P&gt;&lt;P&gt;We are unable to load the data from excel in nifi if&amp;nbsp; the field name have space or symbols.&lt;/P&gt;&lt;P&gt;ex: In excel field name is (Cost Center) , In DB (Cost Center) got error like column not matched.&lt;/P&gt;&lt;P&gt;if we send fileld name like Cost_Center then it is worked fine.&lt;/P&gt;&lt;P&gt;So, we request you that is there any possible in Nifi we can change (Cost Center (field name )&amp;nbsp; in excel&amp;nbsp; to add(_) in that space to make it work?&lt;/P&gt;&lt;P&gt;ex:2 P&amp;amp;L item&amp;nbsp; in excel field name also&amp;nbsp; not work out because of &amp;amp; symbol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suugest any approach for this if possible?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 05:01:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370485#M240746</guid>
      <dc:creator>ushasri</dc:creator>
      <dc:date>2023-05-11T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel filed names to as our like column names in Apache nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370522#M240753</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104664"&gt;@ushasri&lt;/a&gt;&amp;nbsp;I believe the solution here is to use the Record based processors with a specified schema.&amp;nbsp; This allows you to provide the correct schema to the Reader and the Writer regardless of the field names in original excel data source.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 12:42:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370522#M240753</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-05-11T12:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel filed names to as our like column names in Apache nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370526#M240754</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I could n't Understand properly .&lt;/P&gt;&lt;P&gt;Request&amp;nbsp; you to&amp;nbsp; please elobrate on this.&lt;/P&gt;&lt;P&gt;My requirement is What ever the field name in excel, when it reach to nifi it should be like space between two words convert into _.&lt;/P&gt;&lt;P&gt;ex: in excel -- steven matison&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; to nifi -- steven_matison&lt;/P&gt;&lt;P&gt;because with space field names&amp;nbsp; are not match with column names in db.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:22:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370526#M240754</guid>
      <dc:creator>ushasri</dc:creator>
      <dc:date>2023-05-11T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel filed names to as our like column names in Apache nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370588#M240766</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;Can you please suggest which record processor is exactly suitable for this scenario?&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 04:46:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370588#M240766</guid>
      <dc:creator>ushasri</dc:creator>
      <dc:date>2023-05-12T04:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel filed names to as our like column names in Apache nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370622#M240773</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104664"&gt;@ushasri&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you are reading an Excel File, you can use an ConvertRecord processor, in which you define an Record Reader (CSVReader most likely) where you tell NiFi how to read the value (value separator). Next, with the help of a Record Writer (I assume CSV again or maybe Avro) you define how your data should look like, including the header. For both the Reader and the Writer you will have to define a schema, where you can do the replace of blank space with underline.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 11:28:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-convert-Excel-filed-names-to-as-our-like-column-names/m-p/370622#M240773</guid>
      <dc:creator>cotopaul</dc:creator>
      <dc:date>2023-05-12T11:28:02Z</dc:date>
    </item>
  </channel>
</rss>

