Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

windows batch file issue for Dbf to csv

685758Oct 18 2010
Hello,

I am in a tough situation.I need to create a batch file in windows 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 when I am opening this file data is separated by "tab".


kindly help me to create a csv file from dbf file withput spaces/tab/whitespaces.

hel[p me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2010
Added on Oct 18 2010
0 comments
252 views