You can add a batch of records by uploading a CSV file. The table page shows the upload link.
You can use any editor to write the CSV file, or exporting an Excel file to CSV format.
The first line of the CSV file must be the header, shows the name of the column. For example, if you have a table with three columns, with names title
, content
and date
. The CSV file should be like:
title, content, date
"This is my first article", "This is the content of my first article", "2020-12-30"
"This is my second article", "This is the content of my second article", "2020-12-31"