External Data Source File Configuration

This Help topic refers to DocuXplorer Enterprise, and Professional only when the optional Import Engine has been purchased and registered.

 

The External Data Source File Configuration provides DocuXplorer with the information required to locate documents, place documents in the DocuXplorer Library, and populate index fields. The external data source file must be configured properly to be recognized by the DocuXplorer Import Engine. The file must contain a location in the DocuXplorer Library to store the document file (Cabinet, Drawer, and Folder), the Index Set to associate the documents to, the location of import file on your hard drive, and data to populate the index fields in the Index Set.

 

This following is an example of an import file in CSV format being read by Notepad or any text editor but any file type is supported via ADO or ODBC connection drivers

 

"DXCabinet","DXDrawer","DXFolder","DXIndexSet","DXFile","Name","Phone Number"

"Cabinet Name","Drawer Name","Folder Name","Index Set Name","C:\16445.TIF","Rich","970-768-6698

"Cabinet Name","Drawer Name","Folder Name","Index Set Name","C:\16445.TIF","Ron","970-768-4444

 

Line one contains the description of the columns of data, the first five items are required

DXCabinet = The Name of the Cabinet where the data is to be stored

DXDrawer = The Name of the Drawer where the data is to be stored

DXFolder = The Name of the Folder where the data is to be stored

DXIndexSet = The Name of the Indexes to be used when storing the document

DXFile = The name of the document associated with the index information

The remaining columns represent the column names defined when creating your Index Set. If a Cabinet, Drawer or Folder does not already exist, the Import Engine will create them for you automatically.

Lines 2 thru 4 is your data in comma delimited format all items surrounded by quotes

 

An Excel file that could be saved as a CSV might look like the following image.

Example of a CSV file created using Excel

 

Tip: