Forum Discussion
A_monged
1 year agoFrequent Visitor
Pipeline Copy activity CSV to Parquet issue
I have a CSV file in my Lakehouse. When I use the Copy Activity to move it and change the format to Parquet, I see columns with null values, although the CSV file is configured correctly (with escap...
- 1 year ago
I found the issue to be that many rows with null values were intentionally added to the CSV, and after partitioning, the nulls were the first to be seen.