Search found 2 matches
- 18 Oct 2013 04:21
- Forum: DOS Batch Forum
- Topic: split csv-file by in-file criteria
- Replies: 5
- Views: 4201
Re: split csv-file by in-file criteria
Hi again, for example, my csv-file contains the following rows: record1;this is a test;filename1 record2;this is another test;filename2 record3;this is a 3rd test;filename1 record4;this is a 4th test;filename3 ... What I would like to get are 3 file containing the following records and named like th...
- 16 Oct 2013 02:08
- Forum: DOS Batch Forum
- Topic: split csv-file by in-file criteria
- Replies: 5
- Views: 4201
split csv-file by in-file criteria
Hello everyone, I would like to split an existing csv-file into multiple files by an in-file criteria - let's call it filename. I already found a script for doing this by amount of lines in this forum - but as I am not a coder, I am unfortunately not able to translate this into my purposes. Does any...