The Data Insert is a tool to help you take a local data file and upload the data to your platform.
🔎 NOTE: Aginity currently supports Data Insert to DB2, Hive, Netezza, Postgres. Aginity will be adding support for other database platforms in future releases.
To start the data importer go to the [Data Upload] menu as shown below.
How to choose a file?
When you start the import you will be presented with a five-step process in which to identify a file to upload, describe the behavior you want and then perform the load process. In the first screen the following activities are performed.
- Pick a database connection where you will upload data to.
- Add a local file, either CSV or Excel, using the [Add File] button.
- Confirm the file type
- For CSV files, choose a delimiter used to separate fields in the file.
For Excel files, choose the sheet with data to be uploaded. - Select the Date and Time Formats (optional)
- If you click the [With header] check box the parser will assume the first row in the file is a header if not - it will treat the first row as a data row.
- You can click Update preview to show the first few rows in the file
🔎 NOTE: Also you can use the Data Upload Template by clicking on the drop-down [Upload Template]. See Data Upload Template documentation.
When complete choose Next.
How to choose columns and rows?
In step 2, you can choose a numeric limiter for both the number of columns you want to parse and then the number of rows to load. This step is valuable if you have very wide and/or very deep files and you want to work with less columns or less rows.
🔎 NOTE: It is helpful with very large files to load the first 100 rows to ensure everything works well versus letting it run for an hour only to find out it didn’t work.
How to choose columns to include?
This step may seem redundant to the prior step for columns but it allows you to better see more about the columns. Let’s say you have 200 columns and you know you only want the first 10 in Step 2 you can choose columns 1 to 10 and in Step 3 you can better preview and determine the order of the columns you want to load.
How to configure output columns?
The next step lets you control the column data type and nullability.
Aginity uses the first 1000 rows to best guess Data Type and Precision, but we recommend that you ensure our estimates are correct and change them if necessary.
Additionally all, columns are nullable by default
How to set output details and loading?
In step 5 you will supply the database you’ll load to, schema, table name, and other behaviors that will be followed during a load execution.