I want to write a simple python 2.7 jinja2 writer that writes out text config files for WL AccessPoints
I have the following structure in my directory ~/Documents/PyCharmProjects:
config-data.csv
mk-wl-ap-configs.py
shadow.jinja
network.jinja
wireless,jinja
and I ultimatley I want it to write the jinja2 rendered output to subdirs named after the AccessPoints
ap1:
shadow
network
wireless
ap2:
shadow
network
wireless
@garncarz man I am SLOW. You did it! And I didn't even notice the work you put in. Thank you so much! I can learn and glean so much from this. This is soo different from doing it in perl.
But I a getting too tired now. but it now only complains about an I/O operation happening on a closed file. Hope that a strong coffee in the morning will help me see what needs tweaking.