Thank you!
This works to get my data to print. It is just cells filled with names and class names and email addresses. I want to use each field and format an email with them to send with another script. So right now I have this printing out each of my fields with a separator but how can I assign each 13 columns of the csv file with its own variable into the list a? Fname, Lname, email, course1, course2, etc....
I hope I'm making...
User Profile
Collapse
-
csv columns into variables
hello,
I have a csv file that has 13 columns. Some columns are filled, some are blank. What I need to do is pull up the csv file, read the columns into a list or array and then put each column into its own variable that can be referenced in an email script that I've already written.
Here is my code so far where my output is all of my columns but I'm stuck after this. Any help would be greatly appreciated!
...
No activity results to display
Show More
Leave a comment: