Problem: -------- Inbound 850, N3, position 1, line 50: I need to map a blank to the order’s ship-address[2] field but somehow, the customer’s address is being mapped there. Solution: -------- If the shipping address value is blank, then the field gets defaulted from the customer’s address. To get around this problem, map a control character such as ‘\025’ which is the NAK character or a ‘.’ (period) or hyphen to the field.