How to load 20 digit number data in xml file into azure data factory?

Viewed 76

I am new to azure data factory. I have one xml file with below data 1234567890.1234567890123456789 I have to load this data. But ADF truncating this number.

Please help me on this.

I tried with all possible data type like float, string, decimal but it's not working.

0 Answers
Related