windows batch file issue for Dbf to csv
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