I am using customer transformers in a work space, but they are converting a string value to integer
The values are 002 and 003, they need to stay this way for the http calls inside the custom transformer but are getting converted to 2 and 3 (without the 00)
Any thought on how to prevent this?
I would like to have to avoid having do something in each custom transformer to revert the values back to the strings