Current process:
1. In Perl script we are genetaing Coors.csv file. This file needs to be convert into
TXT/DBF/SDF/CSV formats
2. Conversion process is handling in C++ by passing coors.csv as input as follows:
system("csv2wtf $inputfile $layoutfile $outputfile $format $eofFlg $upcaseFlg")...
Hi,
We have .csv file which contain 5 million records. We want to convert .csv file into DBF/TXT/SDF/CSV files.
We have header layout in one text file as follows:
Store_Name Number (3)
Store_City Char(3)
We need to add the above header information on DBF file while creating.
We didn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.