Separate CSV columns into files
Posted: Tue Mar 31, 2009 7:17 pm
I have files of comma separated data with columns: time, velocity, acceleration, and displacement (for example). I want to write files that combine time with each of these columns (i.e., time and velocity, time and acceleration, etc...).
I cannot figure out how to call each column and then write only the columns I want to a file. Preferably, all files (some files have more than four columns, but the first column is always "time") would be written within the initial file selection mouseUp.
It seems like it should be easy, but I just haven't got there yet. Any help/direction would be greatly appreciated!!
Thanks!

I cannot figure out how to call each column and then write only the columns I want to a file. Preferably, all files (some files have more than four columns, but the first column is always "time") would be written within the initial file selection mouseUp.
It seems like it should be easy, but I just haven't got there yet. Any help/direction would be greatly appreciated!!
Thanks!
