I need to import a huge csv data file (6880 columns) and I need to be able use the column headers to access it.
What's the best way?
Speed isn't important. Clarity is.
|
3
|
|
|
|
|
|
FasterCSV should be able to do the trick. You can use column headers to access a row's data:
|
||
|
|