If you do not specify a value for a document's class, subclass, author, operator, or owner field either manually or via a CSV, Desktop Import will use the values specified in the following settings. For all fields, clicking the ... button will bring up a dialog that allows you to select a value from those that are available in the WorkSite database.
Metadata | Default Value |
---|---|
Default Document-Class | Previously used class or none |
Sub Class | None |
Author | Logged in user |
Operator | Logged in user |
Owner | Logged in user |
The Advanced Formatting dialog provides the following two options.
Option | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Format File Name |
Remove either non-alphabetic or numeric characters from the beginning or end of all folder and document names. |
||||||||||
Split Document Name |
|
To parse fixed-length metadata from file names:
Sample File Name |
From |
Length |
Result |
---|---|---|---|
Test Folder |
0 |
4 |
Test |
Test Document 1.docx |
0 |
6 |
Test D |
File Name |
Delimiter |
Result |
---|---|---|
File_Name | _ | File |
Name | ||
File. Name | . | File |
Name |
This option allows a user to input a format or pattern using keywords that can be used to optionally extract metadata. The keywords are wrapped in “|”. To separate a folder path from a document name, a trailing “\” should be used. The keyword could be any string of your choice but the pattern specified should be consistent with the file name.
Sample File Name | Current Format | Output Format | Result |
---|---|---|---|
D:\FOLDER\SUBFOLDER\Test.docx | |part1|:|part2|\|part3|\|part4|.|part5| | |part1| | D: |
|part2| | \FOLDER | ||
|part3| | SUBFOLDER | ||
|part4| | Test | ||
|part5| | docx | ||
D:\Style Guidelines\Test 12345 1.docx | |path|\|document name||document number| |version|.|extension| | |path| | D:\Style Guidelines\ |
|document name| | Test | ||
|document number| | 12345 | ||
|version| | 1 | ||
|extension| | docx |