Here is a stand-alone application to display and edit the custom properties and configuration custom properties of a list of files.
As of version 0.25, it can run in 2 modes: Fast and Slow
The Fast mode uses SolidWorks Document Manager library to avoid opening each files and speeding up the process.
If you don’t have one yet, follow this link to request your SwDocManager license key (it's free):
https://www.javelin-tech.com/blog/2017/04/solidworks-document-manager-api-key/
Then place it in the text file that will be created in the same folder as the program.
The Slow mode uses SolidWorks to open each files to get or set the custom properties.
It's more like a test mode, to see how the application works while waiting for the SwDocManager license key.
It should work like the Fast mode, albeit with all the issues of opening files with SolidWorks.
Functions:
- change a custom property value in a file by editing its cell
- change a custom property value in all the files by defining the column’s rule, then apply it by right-clicking the column header
- add or remove a custom property by right-clicking the column header
- save the columns’ name and rules for next use
-----------------------------------------------------------------------
Message was edited on the 18/03/2020 - Version 0.30:
- Update Progress bar when applying rules
Message was edited on the 17/06/2020 - Version 0.31:
- Fix custom and cut list properties wouldn't get deleted
Message was edited on the 19/06/2020 - Version 0.32:
- Fix custom properties of type "number" not updating
Message was edited on the 03/09/2020 - Version 0.33:
- Add options for export to spreadsheet
Thank a lot Fifi for sharing the tool and codes