posted on April 13, 2006 03:29:42 PM new
What about a field for transaction ID from paypal or verisign. This would be helpful to issue refunds or inquiry.
posted on April 13, 2006 03:33:28 PM new
also for the "notes" field, is vendio going to replace and special characters inside this field like ","? If buyer enter commas in the notes field and it get's exported as "CSV" the whole record gets weird because of the extra comma enter buy the buyer.
It would be great to have a TAB delimited file instead of CSV. TAB delimiters are easier to parse and will not have to worry about extra commas anywhere.
If a comma or other special character is inside Notes or other field, escaping is used. The text qualifier is " (double quote); if double quotes exist inside the field, they are doubled.