Dropbox Import

Upload data to Dropbox.

Properties

NameType
engineString=dropbox:read
tokenString
pathString
decoderString
schemaObject

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