Comma Delimited ASCII
The WPServer application can be configured to import and export files in comma delimited
ASCII. The following conventions should be used when creating or parsing the files:
- Exported date Formats will be MM/DD/YYYY.
- Exported currency values have four digits of precision (0.0000).
- Double quotes (“) inside of double quotes should be prefixed with a backslash (\).
- Carriage returns inside of quoted fields should be represented as \
- Line feeds inside of quoted fields should be represented as \
- Lines are terminated with a carriage return / line feed pa