Method One: Data and project files
Contents
You can load these project files into your channel:
- Load this project file Import_From_Translator.zip into the From Translator.
- Load this file Import_To_Translator.zip into the To Translator.
Tip: This To Translator project contains older CSV parsing code, for an improved version use our csv module, see the How to Parse a CSV File tutorial, and the Parsing CSV Files code sample pages.
These are some sample Patient data files that you can use:
- With column names Patient_Col.xls and Patient_Col.csv.
- Without column names Patient_NoCol.xls and Patient_NoCol.csv.
- Blank rows + no column names Patient_Blank.xls and Patient_Blank.csv.
- Report data (with report header rows) Patient_Report.xls and Patient_Report.csv.
- Also you can test the code with your own data files.
Just place these in the FilesInput directory.
Continue: Method One: Convert an xls file to CSV