Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 143842

  1. 143842

    Sort CSV using forst column

    Hi, I have CSV file without header how to sort all the reocrds in the csv file based on first column
  2. 143842

    Oracle Table to DBF file

    Hi, I need to export data from Oracle table to a .DBF file in Perl script. Do we have any process to convert .DBF file from oracle table
  3. 143842

    Create DBF file from CSV file

    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")...
  4. 143842

    Create DBF file from CSV file

    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...

Part and Inventory Search

Back
Top