steven_yetter
2 years agoContributor
Specifying configuration file on command line
We saw how to specify a variable with psvar on the command line, but we think we will have a lot of variables to specify. I thought I would use a csv file or a json file and we are using python. I ...
- 2 years ago
Having large number of variables can be cumbersome to manage, and documenting these is a thing of the past!
I recommend using .ini (https://en.wikipedia.org/wiki/INI_file) to store your configurations settings, which can be easily modified.
Alternative approach is to use ADO Components, where you can manually specify the connection string.