Wondering if vendio can replace all commas to blanks and vbcrlf to nothing on the address field. CSV file already has commas to delimit the fields so any extra commas or vbcrl in the address field will screw up the record.
[ edited by pilotmotorsports on Apr 8, 2005 07:08 PM ]
The CSV export file uses the " (double quote) qualifier on text fields, in order to prevent issues with characters such as comma or crlf entered during the checkout process. Please specifiy this qualifier as well when importing the CSV file, and the fields should work correctly.