This is more of a Python question. I am trying to get Python to read a CSV file and record an entry from the file as a variable. Does anyone have a tutorial or working example of how this can be done?
Are you using the csv module?
csv — CSV File Reading and Writing — Python 3.8.2 documentation