Search found 6 matches
- 20 Apr 2021 02:47
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Re: Get all column data in csv file (from column 100 to column 110, 150)
Hi Steffen, I want to say thank you more and more. Base on your comment, I found my mistake. 1. Line feed (0D 0A) because I posted csv(Macintosh) which save as by excel, I tried all csv format so I post wrong. 2. All codes can run by my PC, which PC I copied your code directly and made *bat file. Bu...
- 19 Apr 2021 09:50
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Re: Get all column data in csv file (from column 100 to column 110, 150)
Hi Steffen,
I'd like to say thank you again,
I attached file into this post. I can run this code by some PC but some PC at my company can not run. I guest it was block by IT rule.
Best regards,
Comet
I'd like to say thank you again,
I attached file into this post. I can run this code by some PC but some PC at my company can not run. I guest it was block by IT rule.
Best regards,
Comet
- 16 Apr 2021 08:59
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Re: Get all column data in csv file (from column 100 to column 110, 150)
Hi Steffen, You are right. After posted answer, I tested on 5 machines. Only 1 machine can run this code. Another can not. I upgraded Java same version but all error return same: Microsoft JScript compilation error: Expected ";" I search solution for this matter but until now not yet find. Do you ha...
- 15 Apr 2021 19:19
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Re: Get all column data in csv file (from column 100 to column 110, 150)
Hi,
Firstly, I'd like to say thank you for your support so much!
I tested this code on other PC, it returned result as I want.
Problem is java version. Old PC java version: 1.6.0, New PC java version 1.8.0
Thank you and best regards,
Comet,
Firstly, I'd like to say thank you for your support so much!
I tested this code on other PC, it returned result as I want.
Problem is java version. Old PC java version: 1.6.0, New PC java version 1.8.0
Thank you and best regards,
Comet,
- 14 Apr 2021 20:05
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Re: Get all column data in csv file (from column 100 to column 110, 150)
Hi Steffen, Thank you so much for your answer to solve my stuck But this code doesn't return result. 1. I opened csv by notepad -> separator return comma (,) 2. I put test.csv and out.csv in the same folder *.bat file, run your code 3. I try put test.csv, out.csv into C:\ and changed (set "infile=C:...
- 14 Apr 2021 02:42
- Forum: DOS Batch Forum
- Topic: Get all column data in csv file (from column 100 to column 110, 150)
- Replies: 12
- Views: 8073
Get all column data in csv file (from column 100 to column 110, 150)
Hi guys,
I have csv file with 1001 columns
I want to get all data of column 100 to column 110 and column 150 into another csv file.
How can I do it?
Thank you for your reading and I hope get your support.
Best regards,
Comet297.
I have csv file with 1001 columns
I want to get all data of column 100 to column 110 and column 150 into another csv file.
How can I do it?
Thank you for your reading and I hope get your support.
Best regards,
Comet297.