Home > Enterprise >  CSF file is not loading properly in the Azure Dataflow?
CSF file is not loading properly in the Azure Dataflow?

Time:04-14

I am having a CSV file and trying to load it into dataflow for the transformation. However, when I checked the preview in the dataflow, my columns values are jumbled and did not appear properly.

I am able to open the CSV file in excel without any issue and below is the sample enter image description here

Below is the output I am getting in the dataflow

enter image description here

I have other columns and it is getting jumbled

Can anyone advise how to rectify this issue? My csv file size is 257 MB.

CodePudding user response:

Try enabling multiline rows. You can find it in Source Options.

Source Options

  • Related