The Bulk Load routine allows images to be loaded and indexed in bulk.
The documents to be indexed must be in a directory on the Coins ERP+ server. When Coins ERP+ loads the documents, they are moved to the disk associated with the document type and are deleted from the original directory.
To load documents in bulk:
Go to Bulk Load.
Enter the .CSV that identifies the documents to be loaded, and the path to the directory where the documents are located.
Choose the output options for the report. The report will identify any errors, or will list the documents that have been loaded.
If there are no errors, Coins ERP+ loads and indexes the documents. If there are errors (for example, if the .CSV file specifies either a record or a document that does not exist), the whole upload fails; you will need to correct the errors and run the upload again.
Bulk load .CSV file
The first line of the .CSV file must contain the table name, then a list of keywords (these keywords must be attached to the table in DM setup). The second and following lines contain the file name of the document (optionally in quotes), followed by the values of the keywords which are defined in the first line. All values must be comma-separated. There must be a line feed after the last line.
Table | Keywords |
|
|
ap_invoice | kco | avm_num | ain_inv |
"DocumentA.doc" | 1 | SHI001 | 10090235 |
"Invoice1.tif" | 1 | SHI001 | 10090235 |
"Invoice2.tif" | 1 | FOS001 | 10007612 |
ap_invoice,kco,avm_num,ain_inv
"DocumentA.doc",1,SHI001,10090235
"Invoice1.tif",1,SHI001,10090235
"Invoice2.tif",1,FOS001,10007612
To import separate pages of a multi-page document so that they can be opened and viewed as a single document, include the filename of the first page, with the keyword values, and put the filenames of the following pages on separate lines - these will be appended to the document. For example:
ap_invoice,kco,avm_num,ain_inv
inv1page1.tif,1,SHI001,10090236
inv1page2.tif
inv1page3.tif
This will import a multi-page invoice with three pages.
Permissions
The .CSV file needs to allow read access. The documents to be uploaded need to have read/write access because they will be moved. Also the directories where the documents and .CSV file are stored should have executable access.

