Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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?
Solved! Go to Solution.
The process assumes that the files have header rows. During an append the header row of each but the first file will be discarded.
Specify that they files don't have headers, and provide your own column names.
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 explicitly set the first row as headers or not before copying the data to the destination data storage.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
But I our files are stored in ADLS container so will Dataflow Gen2 works ??
Dataflow Gen2 supports the data source Azure Data Lake Storage Gen2. Azure Data Lake Storage Gen2 connector overview
However, for the destination, it doesn't support ADLS. Dataflow Gen2 data destinations and managed settings
Best Regards,
Jing
Did you mean to say "append" rather than "merge" ?
yes I want to append two text file but while appending 1st line got vanished.
The process assumes that the files have header rows. During an append the header row of each but the first file will be discarded.
Specify that they files don't have headers, and provide your own column names.
User | Count |
---|---|
30 | |
10 | |
4 | |
3 | |
1 |
User | Count |
---|---|
46 | |
15 | |
14 | |
10 | |
9 |