DBF2SQLITE2SQL2CSV Changelog

What's new in DBF2SQLITE2SQL2CSV Build 5

Mar 18, 2009
  • Added option to filter non-ASCII chars to a custom char code, or simply to skip them;
  • Added option to select what fields are to be exported;
  • Select a range for the records to be exported;
  • Added an option for transaction use (ON or OFF). Also how the option to specify on how many processed records to COMMIT a transaction;
  • Inserted a CANCEL button;
  • Increased editable columns names from 10 to 15;
  • Fixed a bug on how NUMERIC type was handled on .CSV export.

New in DBF2SQLITE2SQL2CSV Build 4 (Mar 10, 2009)

  • Save a DBF file to a SQL text file;
  • added option to drop the table before importing;
  • specify destination field type (TEXT or NUMERIC);
  • export to CSV;
  • overwrite old file or append ( sql and csv);
  • specify delimiter and string delimiter for csv file;
  • filter non-ASCII chars;
  • delete trailing spaces;