Search found 1 match
- 26 Dec 2013 02:23
- Forum: DOS Batch Forum
- Topic: Csv file problem
- Replies: 1
- Views: 1203
Csv file problem
dear experts recently i enconter probelm with parse csv file for /f "usebackq tokens=1* delims=," %%A in ("%FILE%") do ( echo %%A echo %%B echo %%C ) this is my file sample "1", "x,y,z" "2", "abc" the problem is the file has comma inside qu...