Difference between revisions of "Export to CSV"

From ECHSA Congenital Database
Jump to navigationJump to search
Line 1: Line 1:
 
{{manual-infobox}}
 
{{manual-infobox}}
 +
 +
To export your data to CSV file, please run the Software and select from the menu:
 +
 +
Export and Import -> Complete export
 +
 +
[[Image:CsvExportHowTo-1.png]]
 +
[[Image:CsvExportHowTo-2.png]]
 +
[[Image:CsvExportHowTo-3.png]]
 +
[[Image:CsvExportHowTo-4.png]]
  
 
A CSV file is a text file, with fields delimited with comma "," or semicolon ";". Other delimiters are also allowed, but rarely used. The text fields can be quoted, most often by the double quote mark. The example CSV file would look like this:
 
A CSV file is a text file, with fields delimited with comma "," or semicolon ";". Other delimiters are also allowed, but rarely used. The text fields can be quoted, most often by the double quote mark. The example CSV file would look like this:

Revision as of 15:26, 4 November 2005

User's manual

Quickstart
Overview
Single user installation
Network installation
Database structure
Export to CSV

Data entry

Staff, Patients, Diagnoses, Non cardiac abnormalities, Admissions, Operations, Procedures

To export your data to CSV file, please run the Software and select from the menu:

Export and Import -> Complete export

CsvExportHowTo-1.png CsvExportHowTo-2.png CsvExportHowTo-3.png CsvExportHowTo-4.png

A CSV file is a text file, with fields delimited with comma "," or semicolon ";". Other delimiters are also allowed, but rarely used. The text fields can be quoted, most often by the double quote mark. The example CSV file would look like this:

hospital_code,ID,First name,Last name
ABC,1,John,Doe
ABC,2,Mary Jane,Smith

After reading this file in spreadsheet application like OpenOffice or MS Excel, you would get something like:

Hospital code ID First name Last name
ABC 1 John Doe
ABC 2 Mary Jane Smith

Table linking

The three main tables: patient, admission and operation are linked like this:

Linked tables diagram.png