import file format requirements |
A single input file may include transactions for one FASuite screen and one transaction type (i.e., insert, modify, delete). Each type corresponds to a single FASuite screen (as it appears in the menu structure).
Input file records use the following formatting conventions:
Records of variable length
Single new-line character (hex 0d0a for Windows 9x, NT, or 2000) follows each record
Commas separate fields within a record
Single quotation marks (') around string values, dates, times, and time stamps (date and time as a single entry, separated by one space)
No quotation marks around numeric values
Strings may not include trailing spaces
_______________