<?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 Re: How to skip first 10 rows of a csv and read the file in Apache Nifi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375457#M242463</link>
    <description>&lt;P&gt;Let's take this a different direction... open up a code box in your reply.&amp;nbsp; Choose Preformatted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Insert Lines 0 - 11 here&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Remove anything sensitive of course.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 15:37:46 GMT</pubDate>
    <dc:creator>steven-matison</dc:creator>
    <dc:date>2023-08-21T15:37:46Z</dc:date>
    <item>
      <title>How to skip first 10 rows of a csv and read the file in Apache Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375433#M242445</link>
      <description>&lt;P&gt;I'm creating a pipeline in NiFi and I have a csv file to be extracted and I want to skip the first 10 rows and read the csv. Need some assistance on how to achieve this in Apache NiFi&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 07:49:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375433#M242445</guid>
      <dc:creator>bhadraka</dc:creator>
      <dc:date>2023-08-21T07:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip first 10 rows of a csv and read the file in Apache Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375452#M242460</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105574"&gt;@bhadraka&lt;/a&gt;&amp;nbsp;It does not appear like this can be achieved with our CSVReader.&amp;nbsp; &amp;nbsp;See this JIRA looking for a feature to set the skip rows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/NIFI-8932" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-8932&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your data's "10 rows" is always known and the same you could use a ReplaceText to get only 11+ rows.&amp;nbsp; &amp;nbsp;You would match that text, and not replace it, just take the rest.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the first 10 rows are just ignored and of the same structure as all rows, ie not some prepending lines with headers, etc; you could also use a CSV Reader and program your flow to simply ignore the first 10 flow files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:16:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375452#M242460</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-08-21T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip first 10 rows of a csv and read the file in Apache Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375456#M242462</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;for the reply. can you please explain your solution, I'm not much clear on this. my first 10 rows are known and those are always needs to be omitted and continue from 10th row. Can you explain me of how would I setup the&amp;nbsp;&lt;SPAN&gt;ReplaceText&amp;nbsp;processor to fulfil my requirement&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 15:30:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375456#M242462</guid>
      <dc:creator>bhadraka</dc:creator>
      <dc:date>2023-08-21T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip first 10 rows of a csv and read the file in Apache Nifi</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375457#M242463</link>
      <description>&lt;P&gt;Let's take this a different direction... open up a code box in your reply.&amp;nbsp; Choose Preformatted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Insert Lines 0 - 11 here&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Remove anything sensitive of course.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 15:37:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-skip-first-10-rows-of-a-csv-and-read-the-file-in/m-p/375457#M242463</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-08-21T15:37:46Z</dc:date>
    </item>
  </channel>
</rss>

