Help me understand,
The data going out in the address field (city component) has
“Lake Stevens, Salt Lake City” in the component, but the recieving system is interpreting “Salt Lake City” as the state?
This data is being mapped to component 2 (where 0 is street1, 1 is street2, and 2 is city, 3 is state, 4 zip, etc.)
Is this happening for all messages or just the multipart?
You may want to try to eliminate the “,” manually and see if the recieving system fails.
It shouldn’t be dumping the data into the state field if the state field (comp 3 – 0 based) is valued with something else.
Have I confused you yet? I am trying really hard 🙂
Ryan