on 2020 Sep 30 9:13 AM
Hi Everyone.I am working on IDoc to Rest async scenario. While converting XML to JSON some fields were appearing with Double quotes in Json schema. I need to remove double quotes to in receiver Json schema. I was used XML/JSON conversion table to remove string. But it didn't work well. Please suggest.
Requested Out Put Json:
{"srcQty":500,
"caselot":10,
"mrp":18.00}
Current Output Json:
{"srcQty":"500",
"caselot":"10",
"mrp":"18.00"}
I was mentioned type in XML/JSON conversion table like decimal and integers for mentioned fields. But it didn't work.
Please suggest
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.