Import/Export
This functionality is only available once SafeDee has been registered.
These functions allow you to import and export your data formatted as a
CSV text file.
A CSV file (comma separated value) consists of one record per row, with
each field in the record separated by a comma.
The first field in the record is the category name. If a category by that name
already exists, it will be used, else a new category will be created.
The format supported by SafeDee is:
Category,F1,F2,F3,F4,F5,F6,Note.
Fields may be left blank
but the commas are necessary. i.e.
Bank,My Bank,1-2-33,987, , , ,Cheque.
Fields may be optionally surrounded by quotation marks. i.e.
"Bank","My Bank","1-2-33","987", , , ,"Cheque."
These are optional, but the only way to embed a comma in the data. If
you wish to include a quotation mark in the data, use two quotation marks.
i.e.
"Bank","My ""Bank""", , , , , ,"Cheque."
previous | contents | next |