transaction record format |
Transaction record format varies, depending on the type of transaction being processed. You are encouraged to include transaction records of only one type in an import data file; the file creation program can only create templates for one transaction type (as opposed to multiple types).
Import data files must use the following formatting conventions:
Records of variable length
Single newline character (hex 0d0a for Windows 9x, NT, or 2000) follows each record
Commas separate fields within a record
Strings may not include trailing spaces
_______________