Export items in a vault to an external file.
You must be an Administrator or ERP Manager to export items.
Items can be exported to:
In the Item Master, select the items to export. If you select an item that has children, the item and all children are selected.
Go to the BOM tab in an item record and select the BOM rows that you want to export.
From the Action menu, select Export Items.
The selected item and any children are listed with their respective revision IDs in the Export Wizard.
Select the Released and Obsolete items only check box to only show items in this state.
Items that are checked are exported. If you do not want to export an item that is checked, turn off the check box next to that item.
Click Next.
In the Specify File screen, select either CSV (Comma Separated Values) or TDL (Tab Delimited List).
Choose how the BOM levels are indicated in the exported file:
Choose Level Numbers to organize items using outline numbering:
Level | Item Number | Title |
1 | 000011 | Main Assembly |
1.1 | 000012 | Part |
1.2 | 000013 | Subassembly1 |
1.2.1 | 000014 | Subassembly2 |
1.2.1.1 | 000015 | Part1 |
Choose Parent Item to organize items by parents:
Parent | Item Number | Title |
<top> | 000011 | Main Assembly |
000011 | 000012 | Part |
000011 | 000013 | Subassembly1 |
000013 | 000014 | Subassembly2 |
000014 | 000015 | Part1 |
Enter a path and file name for the exported file or click Browse and specify the location and file name.
Click Next.
In the Specify Attributes screen, drag attributes from the Vault Professional Attributes list and drop them on the Export File attributes list. Click Previous and Next to scroll through the values for the Vault Professional attributes.
Click Export.
The View Results dialog displays the result, including those items that were successfully exported and those that were not.
Click Finish.
In the Item Master, select the items to export. If you select an item that has children, the item and all children are selected.
or
Go to the BOM tab in an item record and select the BOM rows that you want to export.
From the Action menu, select Export Items.
The selected item and any children are listed with their respective revision IDs in the Export Wizard.
Select the Released and Obsolete items only check box to only show items in this state.
Items that are checked are exported. If you do not want to export an item that is checked, turn off the check box next to that item.
Click Next.
In the Specify File screen, select either Design Web Format (DWF) or XML.
Enter a path and file name for the exported file or click Browse and specify the location and file name.
If you have defined item attributes in Vault Professional, you can map the attributes before exporting. In the Specify Attributes screen, drag attributes from the Vault Professional Attributes list and drop them on the Export File attributes list. Click Previous and Next to scroll through the values for the Vault Professional attributes.
Click Export.
The View Results dialog displays the result, including those items that were successfully exported and those that were not.
Click Finish.
When exporting items, a master dwf package is created with sub-dwfs of the files. You can disable the creation of sub-dwfs by setting to False in the web.config file.export includeAttachments
On the computer hosting the Autodesk vault server, locate the Web.config file. By default, this file is installed in Program Files\Autodesk\ADMS Professional [version]\Server\Web\Services.
Using a text editor such as Notepad, open the Web.config file.
Search for the string:
export includeAttachments
By default, the value of the export includeAttachments setting is True. Change the value to False.
Save the Web.config file and exit the editor.