You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our endpoints accepts XML and parses it into a JS object. Part of the data that it receives includes a zip code. It appears that this parser is seeing what looks like a number and converting it into an int even though zip codes should be treated as strings. Is there a way to disable the automatic parsing of values?
UPDATE: I tried setting the attribute parsing value to false but it seems to be completely ignoring the option.
One of our endpoints accepts XML and parses it into a JS object. Part of the data that it receives includes a zip code. It appears that this parser is seeing what looks like a number and converting it into an
int
even though zip codes should be treated as strings. Is there a way to disable the automatic parsing of values?UPDATE: I tried setting the attribute parsing value to
false
but it seems to be completely ignoring the option.Example Data:
The text was updated successfully, but these errors were encountered: