export-to-dbf-file adaptor exports a datatable as a dBase database filearrow-up-right.
export-to-dbf-file
data Type: datatable Required: Yes Data to be imported.
data
datatable
column types Type: dictionary Required: Yes A dictionary of column name with data typearrow-up-right.
column types
dictionary
output file name Type: text Required: No The name of the file to create. If unspecified, defaults to file.dbf.
output file name
text
file.dbf
dbf Type: file Exported file DBF format
dbf
file
data:
1
GB
United Kingdom
2
TR
Turkey
3
US
United States
column types:
id
N 2
code
C 100
countries
output file name: null (empty)
output file name:
file: file.dbf
-> Exported datatable to a dBase file.
Last updated 1 year ago