2011-06-23 18:04:00 UTC
I'm working on some research and I tend to generate a lot of data files that have to be individually analyzed. I'm looking into making this task easier by organizing my data output in certain ways.
The file I generate has 3 columns of numbers. I want to delete the second column but keep some of the information and store that information in a separate text file or other output.
Additionally, the file contains data from up to 20 experiments all listed in the same 3 columns. I'd like to separate this data and output each experiment into a separate text file.
I have a pretty limited software background (java class and algorithms), so it would help me out immensely if anyone could point out the simplest way to make this happen using any methods you can think of.
Huge thanks for any input