in reply to Extract a column of csv
This is an alternative method to the Text::CSV techniques suggested above.
If you're familiar with databases, you can use DBD::CSV to query the CSV file as a database and select the fourth column of data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extract Column of CSV - pretend its a database.
by erix (Prior) on Jun 26, 2013 at 15:46 UTC | |
by space_monk (Chaplain) on Jun 26, 2013 at 18:11 UTC | |
by erix (Prior) on Jun 26, 2013 at 18:18 UTC |