Hi,
I am new to using Python and have the add_node.py script from Github. This is fine if i want to add a single node with the node IP etc within the script, but i have a large list that id like to add. How can i go through the list line by line from either an Excel, csv or a txt file and import them all in one go? I have a similar script working in powershell but need to get one working for Python.
Any help would be much appriciated.
Thanks