<?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: Unable to properly merge text file using copy activity in Ms fabric. in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4341291#M5749</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;Dataflow Gen2 supports the data source &lt;STRONG&gt;Azure Data Lake Storage Gen2&lt;/STRONG&gt;.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-azure-data-lake-storage-gen2-overview" target="_blank" rel="noopener"&gt;Azure Data Lake Storage Gen2 connector overview&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_0-1735003557385.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1218989i78593DA78683D108/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_0-1735003557385.png" alt="vjingzhanmsft_0-1735003557385.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, for the destination, it doesn't support ADLS.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-settings" target="_blank" rel="noopener"&gt;Dataflow Gen2 data destinations and managed settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2024 01:31:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-12-24T01:31:58Z</dc:date>
    <item>
      <title>Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4338769#M5720</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class="lia-align-left"&gt;I have two text files in Blob Storage that I’m trying to merge using a Microsoft Fabric pipeline with a copy activity. The merge works, but the first row from one of the files disappears. Has anyone else experienced this issue?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Dec 2024 13:39:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4338769#M5720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-20T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339012#M5724</link>
      <description>&lt;P&gt;Did you mean to say "append"&amp;nbsp; rather than "merge" ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 16:51:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339012#M5724</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-20T16:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339311#M5729</link>
      <description>&lt;P&gt;yes I want to append two text file but while appending 1st line got vanished.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 05:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339311#M5729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-21T05:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339478#M5730</link>
      <description>&lt;P&gt;The process assumes that the files have header rows. During an append the header row of each but the first file will be discarded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specify that they files don't have headers, and provide your own column names.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 13:57:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4339478#M5730</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-21T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4340102#M5735</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;Some sources and destinations might not have an option to specify whether the files have a header row. In that case, one alternative is to use the Dataflow Gen2 instead of Copy data activity. In dataflow Gen2, you can&amp;nbsp;&lt;SPAN&gt;explicitly set the first row as headers or not before copying the data to the destination data storage.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_0-1734924233154.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1218668i80904B19913A0EF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_0-1734924233154.png" alt="vjingzhanmsft_0-1734924233154.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;BR /&gt;&lt;EM&gt;If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos! &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 03:26:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4340102#M5735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-23T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4340687#M5742</link>
      <description>&lt;P&gt;But I our files are stored in ADLS container so will Dataflow Gen2 works ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 10:31:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4340687#M5742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-23T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to properly merge text file using copy activity in Ms fabric.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4341291#M5749</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;Dataflow Gen2 supports the data source &lt;STRONG&gt;Azure Data Lake Storage Gen2&lt;/STRONG&gt;.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-azure-data-lake-storage-gen2-overview" target="_blank" rel="noopener"&gt;Azure Data Lake Storage Gen2 connector overview&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_0-1735003557385.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1218989i78593DA78683D108/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_0-1735003557385.png" alt="vjingzhanmsft_0-1735003557385.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, for the destination, it doesn't support ADLS.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-settings" target="_blank" rel="noopener"&gt;Dataflow Gen2 data destinations and managed settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2024 01:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Unable-to-properly-merge-text-file-using-copy-activity-in-Ms/m-p/4341291#M5749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-24T01:31:58Z</dc:date>
    </item>
  </channel>
</rss>

