|
Using the wizard for CSV and Excel filesThe DataMapper wizard for CSV and Excel files helps you create a data mapping configuration for such files. The wizard automatically detects delimiters and extracts all data in one extraction step. The wizard interprets each line in the file as a record. If your data file contains transactional data, you will probably want more lines to go in one record and put the transactional data in detail tables. The wizard cannot create detail tables. If the file contains transactional data, the data mapping configuration is best created without a wizard (see Creating a new data mapping configuration). There are two ways to open a CSV file or Excel file with a wizard: from the Welcome screen or from the File menu.
After selecting the file, take a look at the preview to ensure that the file is the right one and the encoding correctly reads the data. Click Next. For an Excel file you can indicate whether or not the first row contains field names, and from which sheet the data should be extracted. Excel files saved in "Strict Open XML" format are not supported yet.
For a CSV file the will display the different settings it has detected, allowing you to change them:
Finally click Finish. All data fields are automatically extracted in one extraction step. |
|