Write delimited data files to database table in batches. Data files must have the same headers. If the database file already exists, it will be deleted first.
1 | db_write_files(files, file_db, table_name, batch_size = 1)
|
files |
Paths of delimited data files |
file_db |
Path of database |
table_name |
Database table name |
batch_size |
Number of data files to write to database table per batch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.