(Contents)(Previous)(Next)

Importing and Exporting Diary Data

OfficeTalk lets you import and export appointments and tasks to and from CSV files. A CSV (Comma Separated Values) file is an ASCII file which can represent a series of data records. Each line of the CSV file represents a record of data with the exception of the first line which is an optional header line that describes the format of each record. An example of a simple CSV file is shown below:

"Name", "Date", "Start Time", "Duration"

"Write Report", "25/10/97", "12:00", "30m"

"Sales Meeting", "26/10/97", "17:00", "1h"

"Visit Bank", "27/10/97", "10:00", "2h"

"Appraisal", "28/10/97", "09:00", "1h"

More:

Importing Task and Appointment Data

Exporting Task and Appointment Information to a CSV File


Next