0

I have a table in AzureDataLake, and a table defined in AzureSQLServer. One of the activities in the pipeline copies form one to the other. However, for some reason string fields appear between double quotes screenshot of what I get

the table looks fine when I do a preview in DataLakseStoreAnalytics, where it's also replicated see here

any clue of what is going on? It might be something quite basic, but just got started with Azure

1 Answers1

0

What is your source file format? Does it have " ? In your input dataset, in the format section, you could try to add

"typeProperties": {
        "format": {
            "quoteChar": "\""
        }

}

Fang Liu
  • 2,325
  • 2
  • 13
  • 18