When importing documents from a folder, you can automatically assign metadata values to some or all of the documents by including a CSV file named index.csv in the top-level folder. Alternatively, after selecting a source, you can apply metadata from a CSV file located on any local or network resource via the Load from CSV button in the Default Metadata section of the ribbon.
A basic index file must include a Path column and at least one metadata column. Values for the path column, which Power Desktop uses to match files to the specified metadata, can be in the following formats:
Work Profile Fields
When specifying metadata values for an import to a Work server, column names must match a field's attribute ID or its corresponding caption in the target database.
NetDocuments Profile Attributes
When importing into NetDocuments, you can specify values for:
Columns containing values for custom attributes must have a header name that matches the name of an existing attribute, ignoring case. To set values for supported system attributes, include columns in the following formats
Column Name | Description |
---|
Name | The name of the document or folder. |
Extension | The document's file extension, which can only include letters or numbers. If this column does not exist, the values are automatically set based on the actual extensions of the source files. |
Version | The document's version. To learn how to import multiple versions, Specifying Document Numbers, Versions, and File Dates. |
Created | The date on which the document was created/imported. |
Modified | The date on which the document was late modified. |
Examples
Depending on your application, your index file should look similar to one of the following examples.
Excel
Path | Client | Matter | Class |
Folder\Document.docx | 1000 | 001 | DOC |
Note: To save the spreadsheet in the correct format, select File → Save As and select CSV (Comma delimited) (*.csv) as the type.
Text Editor
Path,Client,Matter,Class
Folder\Document.docx,1000,001,DOC