timothywcrane
Supreme Member
- Apr 25, 2009
- 1,339
- 742
I am surveying the opinion of programmers, script kiddies, and all cut and paste coders (the category I fall into).
I have a little over 350,000 csv files, with 5 columns of data, and I am only in need of the data in column two.
I obviously need to find a way to programatically parse the files, as using WinAutomation or Sikuli to open each file, remove columns, save, then move file, in an endless loop for over a quarter of a million times would take years and never fail to crash under the load daily.
I have so far looked at a pure python solution, using php, and even bash under gnuwin.
I simply need to parse the second column into a separate file and dump the rest. I do not even need to have incremental naming for I can use an autorenaming tool if needed.
What language would you recommend for doing this task as raw and gritty as possible? Any help would be appreciated. I can RTFM after that and get the job done.
Thanks
I have a little over 350,000 csv files, with 5 columns of data, and I am only in need of the data in column two.
I obviously need to find a way to programatically parse the files, as using WinAutomation or Sikuli to open each file, remove columns, save, then move file, in an endless loop for over a quarter of a million times would take years and never fail to crash under the load daily.
I have so far looked at a pure python solution, using php, and even bash under gnuwin.
I simply need to parse the second column into a separate file and dump the rest. I do not even need to have incremental naming for I can use an autorenaming tool if needed.
What language would you recommend for doing this task as raw and gritty as possible? Any help would be appreciated. I can RTFM after that and get the job done.
Thanks