Altium script for project parameter importing
I have recently started long and painful journey of learning pascal and scripting in Altium. I did it because afaik there was no better way to import dozens of parameters in to the project other than by hand.
We use specifically project parameters to keep track of the versions, revisions and whatnot, it was pain in the rear to do it by hand so here is this neat script that can import them for you from CSV or TXT file. GitHub LINK
Future plan is to integrate it somehow with Acces database (that we are still using for some reason). Most probably with help of some python script to extract what i need.
Let me know if it is usefull for you or if you have any other cool ideas for future scripts that may help with the workflow, i may look in to it in some free time.