<?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>topic Re: Lakehouse - Data Lake CSV file to be loaded into new table in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3714844#M460</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691199" target="_blank"&gt;@joelhtown80&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 16:22:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-21T16:22:53Z</dc:date>
    <item>
      <title>Lakehouse - Data Lake CSV file to be loaded into new table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3704671#M457</link>
      <description>&lt;P&gt;I created a new shortcut to get the CSV files from the Data Lake and then loaded into a table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I have is that the CSV files has a carriage return that is throwing off the position of the data loaded (column _c0 in the screenshot below). Any idea on how to remove the carriage return prior to loading into the table?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 19:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3704671#M457</guid>
      <dc:creator>joelhtown80</dc:creator>
      <dc:date>2024-02-16T19:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse - Data Lake CSV file to be loaded into new table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3705366#M458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="691199" data-lia-user-login="joelhtown80" class="lia-mention lia-mention-user"&gt;joelhtown80&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;You can use a Dataflow Gen2 for transforming the data before loading into a table. Please refer to the screenshots.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;Click "Edit Queries" in the ribbon.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select the table you want, and right click the column header&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select "Replace Values", click in the "Value To Find"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select "Advanced Options" check "Replace using special characters"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Select "Insert special character"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "Carriage Return" and a carriage return should show in your values section&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Put nothing in "Replace With" and apply the changes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Create a new dataflow gen2.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Upload the CSV file which you want to load into a table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Click on the triangle button for the column which you want to replace the carriage return and click on replace values.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Leave the Replace with tab as empty. After clicking ok the carriage returns are replaced with none.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After doing the transformations, select a destination for the Dataflow Gen2 and publish it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2024 16:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3705366#M458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-17T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse - Data Lake CSV file to be loaded into new table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3710778#M459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="691199" data-lia-user-login="joelhtown80" class="lia-mention lia-mention-user"&gt;joelhtown80&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Otherwise, will respond back with the more details and we will try to help. &lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 10:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3710778#M459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-20T10:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse - Data Lake CSV file to be loaded into new table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3714844#M460</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691199" target="_blank"&gt;@joelhtown80&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 16:22:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3714844#M460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-21T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse - Data Lake CSV file to be loaded into new table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3728795#M461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My apologies, I was pulled into another project. But here is my feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of uploading the CSV, my source is from the Data Lake. I used the connection below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything was looking fine except I get the error below when I try to publish the dataflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed all the data types to &lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;and re-publish but the error still persists.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 22:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-Data-Lake-CSV-file-to-be-loaded-into-new-table/m-p/3728795#M461</guid>
      <dc:creator>joelhtown80</dc:creator>
      <dc:date>2024-02-27T22:20:34Z</dc:date>
    </item>
  </channel>
</rss>

