I have about 120 BAQ’s setup for the DMT process, which covers most of the setup. I also have a batch file system for importing the files using the DMT tool. I have used this process for the last 9 months to bring in 7 new companies into our multi-company environment.
I am working on putting most of these into a GitHub repository. I have the scripts in there now, they are available at GitHub - pmillsaps/DMTScripts: DMT Scripts.
One tool I used a lot during the building of the BAQ scripts, was called TinyTask. Basically it is a mouse/keystroke macro recorder, I used it to automate the renaming of the columns to make them match what DMT is expecting. You could probably do the same thing by using the flag during the BAQ export to output column headers instead of the BAQ headers. But since some of the combined column headers are more complex, I was not sure if that would work or not.