Skip to main content
1 of 2
Fang Liu
  • 2.4k
  • 2
  • 15
  • 18

The issue is due to the dot (.) sign in your column name.

  1. To use column mapping, you should also specify structure in your source and sink dataset.
  2. For your source dataset, you need specify your format correctly. And since your column name has dot, you need specify the json path as following. enter image description here
  3. You could use ADF UI to setup a copy for a single file first to get the related format, structure and column mapping format. Then change it to lookup.
Fang Liu
  • 2.4k
  • 2
  • 15
  • 18