
Here is the readme.txt file for Cavist Converter.

The Converter takes two file types in entry: CSV files and PDB files.
CSV files stands for Comma Separated Values. That means that a Database file (from Access, etc...) can be exported 
in a CSV file. The values for each row are separated by commas. The first line can be either 
the first line of data or the header of the database. In Cavist converter, the first line MUST
be the header of the database.
PDB files are PalmPilot database that are exported by the HotSync process. That's a RAW data 
file that is not human readable.

How it works:
The converter runs in two modes:
	It can converts a CSV file in PDB file to import a database file in the PalmPilot.
	It can converts a PDB file in CSV file to export a database file from PalmPilot to
	Access or so on.

Requirements:
	For the PDB file, you don't need to do anything, the converter take it and creates
	a CSV file.
	For the CSV file, the converter needs some informations: You must provide the header 
	of the database on the first line of the file. (ie: "Appelation","Blend","Bought","Rack",...
	The order is not important but the syntax is very important. You can either put
	"Appelation","Rack", ... or "Rack","Appelation",... but not "Apelation","Rak",...
	You don't need to give all the fields, you can ie give only "Appelation","Quantity".
	The correct syntax of the headers can be obtained by dumping a PDB file in CSV.
	An example of PDB file is attached with the program and this readme.

Usage:
	Run Csv2Cavist.exe
	Choose the language you use (default is French)
	Choose the file from which you would convert PDB or CSV (Use Browse...)
	Click the button to convert
	That's done.

This Program is freeware and is given without any warranty.
I'll be glad to hear from you if you'd like some enhancements.
Don't hesitate to send me criticisms, comments or other.

Cuendet Jean-Eric
La Ferme
1041 Oulens

email - cuendet@linkvest.ch
