How to convert csv to dbf

How to convert csv to dbf? See the list of converters csv2dbf.

CSV (Comma-Separated Values) is a format of files for storing tabular data. CSV files are common on all computer platforms.
CSV format separates fields or columns by the comma character and records or rows by newlines. It differs from other delimiter separated file formats in using a double quote (“) character before and after fields with reserved characters.
A CSV file can contain only one table.

DBF (DataBase File) is a simple format to store structured data.
.dbf files are used in dBase (a database management system) and in other applications (for example, in geographic information systems.

Leave a Reply