Dropbox Import
Upload data to Dropbox.
Properties
Name | Type | |
---|---|---|
engine | String=dropbox:read | |
token | String | |
path | String | |
decoder | String | |
schema | Object |
engine
Must be dropbox:read
.
- Required
- Yes
token
OAuth Token
- Required
- Yes
path
The path from which to get the file on Dropbox.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes