IMPORTING FILES

Importing files is a quick way of getting data from one system, possibly manipulating it with third party software and (re)importing into CONTROL.

The data MUST have

All columns with data in them will be assumed to match the columns defined below. All columns past the last column with actual data in the import file, will be given the currently defined "default value".

To import the file you need to run:

impXXmin "file_name"

Running impXXmin -b "file_name" will blank fields if the field is equal to zero or blank

Running impstmin --qoh "file_name" is used in stock to import the quantity on hand field, otherwise it will be ignored. This updates the closing balance field.

Running impstmin --obqty "file_name" is used to import the opening balance quantity on hand. This is different from above. Closing balance will be automatically updated.

You can not run the --qoh and the --obqty in the same run.

To convert stock items to have mixed case. --to_mix_case

To get an empty copy of the import file, run

expXXmin

and specify the desired filename for the spreadsheet. Make sure that the filename ends with ".csv".

STOCK FILE IMPORT - 70 fields

CREDITORS IMPORT - 24 fields

CUSTOMERS IMPORT - 32 fields

CATEGORY/DEPARTMENT IMPORT - 29 fields

GENERAL LEDGER IMPORT - 8 fields