Loading Data into Databend
Databend provides a variety of tools and commands that can help you load your data files into a table. Most of them are straightforward, meaning you can load your data with just a single command. Please note that your data files must be in one of the formats supported by Databend. See Input & Output File Formats for a list of supported file formats.
This topic does not cover all of the available data loading methods, but it provides recommendations based on the location where your data files are stored. To find the recommended method and a link to the corresponding details page, toggle the block below:
I want to load staged data files ...
I want to load data files in a bucket ...
I want to load local data files ...
I want to load remote data files ...
Databend offers the ability to query and transform your data before and during the loading process. With this feature, you can preview your data using a SELECT statement in Databend before loading it into a table. Moreover, you can customize your data by selecting a subset of columns, changing the column order, and even converting data types when you load with the COPY INTO command. See the topics below for details: