I have a field in the JSON that's pulled as string and I need to have it showing as a number in the JSON.
Original:
"productId": "1378427812",
Desired:
"productId": 1378427812,
During the mapping, when I change the Field Type to Number, it returns a cero in the value field.