Hello, I am wondering if there is a way to select a text file and loop through the text file line by line.
each line is similar to this structure
"FORM 1","1","0","0","NAME","Diego","O"
"FORM 1","2","0","0","NAME","Pedro","O"
etc. . .
and put it into a dictionary of sorts to store the...