Delimited files
Importing data from a CSV/delimited text file
The process begins by selecting New File Data Source
from the File→New→New EasyCatalog Panel
menu option.
EasyCatalog will now examine the file to determine the best settings for importing your data. For the majority of users, the settings determined by EasyCatalog will suffice.
Example CSV file
Let's analyze at the above example CSV file:
The first line contains the names of each of the columns, so the
First Record Contains Field Names
check-box should be set.The
Field Delimiter
is the character used to separate each field in the file; in this example, a comma.The
Record Delimiter
is the character used to separate each record (text line) in the file; in this example, a carriage return.
The name wich will be used to identify this data source.
Shows the path to the selected file, and allows a new file to be chosen. Use the Reveal
button to go to the file in Windows Explorer (Windows) or the Finder (Macintosh).
The menus in this area allow you to specify how the file is structured. When importing a file for the first time, EasyCatalog will attempt to automatically determine the correct settings for each of these pop-ups by inspecting a sample of the file.
Each time any of the Content
settings are changed, the Sample
pane will change to show how the file will be imported using the current configuration. If you are unsure of the settings to specify, you can experiment until the desired results are shown in the Sample
pane.
The Sample
pane is also used to allow columns to be selected to specify column data type/content information. Select a column in the table to activate the settings in the Field Information
pane. Note that clicking anywhere in the column will highlight the entire column.
Select a column in the Sample pane to enable the Field Information
options:
Key. Before importing your data, you need to define a
key
column. The content of this column determines the uniqueness of each records being imported, and the choice of key field is critical to the successful operation of EasyCatalog. EasyCatalog will attempt to automatically determine which of the columns could be used as a key by looking for columns containing unique values. However, it is critical that you confirm that the correct column has been chosen before working with your data source. To define a key field, select the column in theSample
panel and check theKey
checkbox. For further information, see key fields.Formatting fields. Wherever possible EasyCatalog attempts to set the type of each field by looking at the content of each column. The field type can be adjusted using the
Options...
button.
Once you are happy with the configuration options, press the OK
button to import the file. If the configuration is correct, a new EasyCatalog panel will open showing a spreadsheet-style view of your data.
Further information on working with the EasyCatalog data panels can be found in the Panels chapter.
Last updated