<?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 replace ETL process with Nifi in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232258#M75138</link>
    <description>&lt;P&gt;Some examples of ETL/ELT&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/155527/ingesting-golden-gate-records-from-apache-kafka-an.html" target="_blank"&gt;https://community.hortonworks.com/articles/155527/ingesting-golden-gate-records-from-apache-kafka-an.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/64122/incrementally-streaming-rdbms-data-to-your-hadoop.html" target="_blank"&gt;https://community.hortonworks.com/articles/64122/incrementally-streaming-rdbms-data-to-your-hadoop.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/149982/hl7-ingest-part-4-streaming-analytics-manager-and.html" target="_blank"&gt;https://community.hortonworks.com/articles/149982/hl7-ingest-part-4-streaming-analytics-manager-and.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/66861/nifi-etl-removing-columns-filtering-rows-changing.html" target="_blank"&gt;https://community.hortonworks.com/articles/66861/nifi-etl-removing-columns-filtering-rows-changing.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/82346/spark-pyspark-for-etl-to-join-text-files-with-data.html" target="_blank"&gt;https://community.hortonworks.com/articles/82346/spark-pyspark-for-etl-to-join-text-files-with-data.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/102519/a-reference-architecture-for-enterprise-data-wareh.html" target="_blank"&gt;https://community.hortonworks.com/articles/102519/a-reference-architecture-for-enterprise-data-wareh.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/48843/slowly-changing-dimensions-on-hadoop-part-1.html" target="_blank"&gt;https://community.hortonworks.com/articles/48843/slowly-changing-dimensions-on-hadoop-part-1.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 22:14:52 GMT</pubDate>
    <dc:creator>TimothySpann</dc:creator>
    <dc:date>2018-02-28T22:14:52Z</dc:date>
    <item>
      <title>How to replace ETL process with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232256#M75136</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We will soon migrate to Big data platform along with Hortonworks. Yey !&lt;BR /&gt;Currently, we have large projects based on ETL/ELT processes using ODI and my company wants to migrate them, or at least the new projects to be done via Nifi. So, here is my question:&lt;BR /&gt;Knowing that Nifi is more like a data flow process, specifically for loading massive amount of data into Data lake for example, what are the features that Nifi make me able to replace an ETL/ELT process, precisely, concentrated on data transforming/checking part ? I know about SplitText, ExtractText and so on but I didn't see the specific filters...&lt;BR /&gt;For example, how can I check each record of a CSV/XLSX file if, i.e., has the correct length, to check if that record is really a number not a varchar, how to check if column X has a value then column Z should has also a value ? For the lines that their records are good, we insert in a repository table and then use it to make a join with a materialize view in order to provide a CSV file with specific content. Here is my second question:&lt;BR /&gt;How can we make such a join in Nifi and how to interact with the tables of a schema ? If you do not have time to answer, it will be great also a link which show how to solve this.&lt;BR /&gt;I think those questions are in mind of the all developers which want to migrate from ETL/ELT to Nifi.&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and help !&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:55:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232256#M75136</guid>
      <dc:creator>stefan_constant</dc:creator>
      <dc:date>2022-09-16T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ETL process with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232257#M75137</link>
      <description>&lt;P&gt;For somethings SQOOP is a good choice.   For somethings Spark works as well.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 22:03:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232257#M75137</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2018-02-28T22:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace ETL process with Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232258#M75138</link>
      <description>&lt;P&gt;Some examples of ETL/ELT&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/155527/ingesting-golden-gate-records-from-apache-kafka-an.html" target="_blank"&gt;https://community.hortonworks.com/articles/155527/ingesting-golden-gate-records-from-apache-kafka-an.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/64122/incrementally-streaming-rdbms-data-to-your-hadoop.html" target="_blank"&gt;https://community.hortonworks.com/articles/64122/incrementally-streaming-rdbms-data-to-your-hadoop.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/149982/hl7-ingest-part-4-streaming-analytics-manager-and.html" target="_blank"&gt;https://community.hortonworks.com/articles/149982/hl7-ingest-part-4-streaming-analytics-manager-and.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/66861/nifi-etl-removing-columns-filtering-rows-changing.html" target="_blank"&gt;https://community.hortonworks.com/articles/66861/nifi-etl-removing-columns-filtering-rows-changing.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/82346/spark-pyspark-for-etl-to-join-text-files-with-data.html" target="_blank"&gt;https://community.hortonworks.com/articles/82346/spark-pyspark-for-etl-to-join-text-files-with-data.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/102519/a-reference-architecture-for-enterprise-data-wareh.html" target="_blank"&gt;https://community.hortonworks.com/articles/102519/a-reference-architecture-for-enterprise-data-wareh.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/48843/slowly-changing-dimensions-on-hadoop-part-1.html" target="_blank"&gt;https://community.hortonworks.com/articles/48843/slowly-changing-dimensions-on-hadoop-part-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 22:14:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-replace-ETL-process-with-Nifi/m-p/232258#M75138</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2018-02-28T22:14:52Z</dc:date>
    </item>
  </channel>
</rss>

