Modifying Workspace in iManage
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample CSVTo view the sample CSV, click here |
Modifying Workspace in NetDocuments
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample CSVTo view the sample CSV, click here |
Configuring CSV
Create a CSV file using Text Editor
Open any text editor and enter the data, separating each value with a comma and each row with a new line, as shown in the illustration below:
Save the file with extension .csv
Create TSV file using Text Editor
Open any text editor and enter the data, separating each value with a tab and each row with a new line, as shown in the illustration below:
Save the file with extension .tsv
Create a CSV/TSV file using Excel
Open an Excel sheet and enter the data.
To save the spreadsheet as CSV, select File → Save As and select CSV (Comma delimited) as the type.
To save the spreadsheet as TSV, select File → Save As and select Text (Tab delimited) as the type.
Excel will display a dialog box indicating some Excel features may be lost in the format chosen. Click on Yes to continue to save the file in CSV/TSV format.
Info | |
---|---|
Tip: A text editor like Notepad can suffice for creating and editing simple CSV files. However, if you are working with large data, using an application like Excel is preferable |
General Parameters:
Metadata Field | When Required | Supported Values | Description | Example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
| If the workspace needs to be refreshed | 1, 0 | Boolean True. Enables the Refresh Workspace parameter in the UI. False. Disables the Refresh Workspace Parameter in the UI. This also is present in the Service Desk Bulk Security option to be used to refresh after a bulk update. | RefreshWorkspace=1 means to refresh the workspace and security. |
Sample CSVs
File | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
| ModifyWorkspaces for iManage with Add Folders enabled to add missing folders | ||||||||
| ModifyWorkspaces for iManage with Add Folders disabled to skip adding missing folders | ||||||||
| Modify Workspaces for NetDocuments | ||||||||
| Modify Workspaces for NetDocuments with AddFolder=1 to enable adding missing folders. | ||||||||
| Applying Security for Workspaces or Folders. This sample is for ND, but can be changed for system iManage if needed. | ||||||||
| Modify ND Workspace | ||||||||
| iManage Workspaces Sample 2 | ||||||||
| iManage Profile Updates | ||||||||
| Explicit Template assignment to Workspace | ||||||||
| Personal Workspaces | ||||||||
| Create Folder
| ||||||||
| Edit Folder
| ||||||||
| Modify the Folder name with a boolean value
| ||||||||
| Modify the Folder name with a lookup value
| ||||||||
| Modify the Folder name with a number value
|
Note: If you plan to set workspaces with no templates in the Workspace Wizard or CSV Import, you will need to setup a metadata field for NoTemplate in CAM.
This format would be:
Metadata name= NoTemplate
Type= boolean
Value= 1 if you want to set no template. 0 if you want a template set.
Learn how to create your own CSV/TSV files with a Text Editor or Excel.