Search found 4 matches
- 19 Oct 2010 00:22
- Forum: DOS Batch Forum
- Topic: replacing tab/space with comma in a file via batch
- Replies: 9
- Views: 22012
replacing tab/space with comma in a file via batch
hi guys, I am very new for batch programming. I am having a file mytext.dbf which contains tab/space delimited data. I need to replace tab/space with comma via a batch file & o/p file sud have extension as mytext.csv(bcoz it contains comma separated values data) kindly help me to do this task. C...
- 18 Oct 2010 22:53
- Forum: DOS Batch Forum
- Topic: batch file issue for Dbf to csv
- Replies: 13
- Views: 15363
Re: batch file issue for Dbf to csv
hey aGerman, thnx for ur reply .. I did d same solution,C_N_DETL.csv is also generating but in tat there is no data coming. only !line! is showing..all data which was coming earlier now not coming. help .. Probably another event for ghostmachine4's gawk A native batch solution could look like this @...
- 18 Oct 2010 06:21
- Forum: DOS Batch Forum
- Topic: error in tab/space with comma
- Replies: 4
- Views: 5938
error in tab/space with comma
hi ,
how can i replace tab/space with comma in a file(.csv file) by cmd commands?
how can i replace tab/space with comma in a file(.csv file) by cmd commands?
- 18 Oct 2010 06:19
- Forum: DOS Batch Forum
- Topic: batch file issue for Dbf to csv
- Replies: 13
- Views: 15363
batch file issue for Dbf to csv
Hello, I am in a tough situation.i need to create a batch file to convert .dbf file to .csv. i am using below code for doing this . dbf_2_ora.bat..... f: cd \Retail_Work\DATA_201\test copy C_N_DETL.DBF C_N_DETL_TEST.csv when I am running above bat file "C_N_DETL_TEST.csv" is creating but w...