Home > database >  Handle the test file that has custom delimter
Handle the test file that has custom delimter

Time:10-16

I have text file that has the custom delimiter ^ on the source text file like below

enter image description here

I want to insert this data from the .txt file in to the Azure SQL Server Database, how can this be handled in Azure Data Factory. On the Source Dataset I have set the Connection parameters like below

enter image description here

But when I try to preview the dataset it doesnot show anything

enter image description here

How to handle the text files with custom delimiters in ADF.

CodePudding user response:

looks like file is not pointed to in your dataset

Reference video :

https://youtu.be/-yHCaqkeJy4

  • Related