export-to-sqlite-file adaptor exports a datatable to a SQLite DB file.
export-to-sqlite-file
sqlite ⁃ Type: file ⁃ Required: Yes The SQLite DB file to which data will be exported.
sqlite
file
data ⁃ Type: datatable ⁃ Required: Yes The datatable to be exported.
data
datatable
table name ⁃ Type: text ⁃ Required: Yes The name of the SQLite table to which the data will be exported.
table name
text
id column name ⁃ Type: text ⁃ Required: No The name of the column which contains unique row IDs.
id column name
sqlite ⁃ Type: file A file in SQLite format with the exported data.
sqlite: data.sqlite
sqlite:
data:
1
GB
United Kingdom
2
TR
Turkey
3
US
United States
table name: data
table name:
id column name: id
id column name:
-> Exported datatable to the SQLite file data.sqlite
data.sqlite
Last updated 1 year ago