Version 3 (modified by 9 years ago) ( diff ) | ,
---|
Opal HowTo Import Data
Tags: Opal HowTo DataIntegration
Resources
- Create a project from
Projects > Add Project
- Remember to select the data database.
- In the project
Files
tab, create 2 folders calledDictionaries
andUploaded Data
. This is just a suggestion. - Select the
Dictionaries
folder and click theUpload
button to upload the dictionary files. (See the format in theUpload data
resource above) - In the
Uploaded Data
folder upload the data files. - NB: It expects CSV files to have comma separators. If the file is tab delimited, it requires the file to have a TSV extension.
- Go to the
Tables
tab in the project and select theAdd Table
button and selectAdd/update tables from dictionary
. - Browse for the dictionary file in the project dictionary folder and follow the dialogue.
- Then also in the
Tables
tab, click on theImport
button. - Select CSV format and click
Next
. - Browse for the data file in the project files.
- Change the name of the table to the table that you want the data uploading into.
- NB: If the file is tab delimited, you need to change the delimiter to
\t
in the advanced settings. - Click next and select the dictionary definition and click finish to import.
- The data is loaded in a background task that can be viewed in the project
Tasks
tab.
Note:
See TracWiki
for help on using the wiki.