Import data to a table from a Storage file.
kbc remote table import [table] [file] [flags]
-H, --storage-api-host <string>connection.keboola.com--columns <string>--incremental-load <bool>--file-delimiter <string>,.--file-enclosure <string>".--file-escaped-by <string>enclosure or escapedBy parameter, but not both.)--file-without-headersPreview a table in the terminal:
➜ $ cat my.csv | kbc remote table import in.c-main.products 1234567
File with id "1234567" imported to table "in.c-main.products"
➜ kbc remote table import
? Table: <selection prompt>
? File: <selection prompt>
File with id "1234567" imported to table "in.c-main.products"
© 2025 Keboola
