Forum Discussion

A_monged's avatar
A_monged
Frequent Visitor
1 year ago
Solved

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...
  • A_monged's avatar
    A_monged
    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.