Hi everyone,
I am using xml2json transform file.
My xml element:
<id>9999</id>
But after transform xml2json:
"id": 9999,
I want to this;
"id": "9999"
Because target source waiting to me this field string,but this file convert auto number my fields.
Please help