Bsquared169 has asked for the wisdom of the Perl Monks concerning the following question:
How do I read a csv file?
How do I extract one column of strings in a csv file into an array?After I can do the above I will use a for loop inside a for loop to compare element 1 of array 1 with all elements of array 2. If any strings are equal I will take the string from array 3 and copy it into the first element of array 4.
Then, How do I print array 4 back into the blank column of my csv file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parse CSV file
by Tux (Canon) on Aug 04, 2015 at 21:52 UTC | |
|
Re: Parse CSV file
by Laurent_R (Canon) on Aug 05, 2015 at 08:55 UTC | |
|
Re: Parse CSV file
by Anonymous Monk on Aug 05, 2015 at 02:07 UTC | |
|
Re: Parse CSV file
by taiko (Sexton) on Aug 06, 2015 at 08:35 UTC |