Using Azure Data Factory Dataflow with csvs using ";" as a separator

Etienne de Villers 25 Reputation points
2023-01-11T16:25:58.2766667+00:00

I'm new to DataFlow in ADF.

I have a dataset that correctly handles the fact that the column delimiter is the ";" character :

User's image

The "preview data" option in the Dataset shows me that the CSVs is parsed appropriately, and splits the columns as intended.

Connecting to this dataset as a source in DataFlow, it seems to disregard the Dataset configuration :

User's image

and will only have only 1 column. I know I can parse it again, but I would loose all the convenience provided by DataFlow...

How can this be handled ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,709 questions
{count} votes

Accepted answer
  1. AnnuKumari-MSFT 32,906 Reputation points Microsoft Employee
    2023-01-12T08:36:20.48+00:00

    Hi @Etienne de Villers ,

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    As I understand your query, you have source data which is delimited by semi colon , even after selecting 'column delimiter' as 'semicolon(;)' , you are still seeing single column in the data preview. Please let me know if my understanding is incorrect.

    Kindly make sure that after selecting 'semicolon' as column delimiter , you are importing schema in the source dataset.

    If it doesn't work, kindly try importing projection in projection tab before checking the data preview. Here is the reference video:

    delimitedbysemicolon

    Hope this will help. Please do consider clicking Accept Answer and Up-Vote for the same as accepted answers help community as well

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.