I think that the @GoToLoop strategy is the way to go… but just for exploration I think the Python CSV strategy might have failed because of quoting=csv.QUOTE_NONNUMERIC
I made it work like this:
PS: I also added a global reader
statement.
I think that the @GoToLoop strategy is the way to go… but just for exploration I think the Python CSV strategy might have failed because of quoting=csv.QUOTE_NONNUMERIC
I made it work like this:
PS: I also added a global reader
statement.