Create config file with variable
-
Hi, im looking for a solution to create a config file with variable. So i have the data of the variables in an excel file.
So this is what i want:
blabla
bla bla bla VARIABLE1From-excel-file-collumn1-line1 blablabla
bla bla
blablabla VARIABLE2From-excel-file-collumn2-line1 bla VARIABLE3From-excel-file-collumn3-line1
blablaThen again from the second line until all lines of variables are processed:
blabla
bla bla bla VARIABLE1From-excel-file-collumn1-line2 blablabla
bla bla
blablabla VARIABLE2From-excel-file-collumn2-line2 bla VARIABLE3From-excel-file-collumn3-line2
blablaIs there any handy way to create this? Its no problem to use other import methods like another file, but if this is possible, it would be great.
-
You’d probably have luck writing some Excel VBA to do this, turning this into not-a-Notepad++ -question…