User confirmation needed
Columnar to Database configuration
Table Name
*
Name of table to be created from columnar data.
Columnar File
*
Select a Columnar file to be uploaded to a database.
Database
Schema
Specify a schema (if database flavor supports this).
Table Exists
*
Fail
Replace
Append
If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).
Use Columns
Json list of the column names that should be read. If not None, only these columns will be read from the file.
Dataframe Index
Write dataframe index as a column.
Column Label(s)
Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.
Save
Back