0

In sql server, we have special characters in data like ~$534 but after copying to delta lake with ADF some special characters are missing in the target

bigdata techie
  • 147
  • 1
  • 11

1 Answers1

0

First try to copy the SQL table to Azure Blob Storage as csv file in ADF and check if any special characters are missing in that CSV file.

If data in CSV is correct, then you can copy that csv file to delta lake as table with ADF. If it results same as before, you can reach out to Azure Support  or can raise a GitHub Issue.

Rakesh Govindula
  • 5,257
  • 1
  • 2
  • 11