Updates the import with file delimiters

Updates the delimiter settings for an import.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

db_idintegerRequired
ID of the database that the import belongs to
import_idintegerRequired
ID of the import

Headers

x-api-keystringRequired

Request

The delimiter settings
enclosureenumRequired

The character used to wrap each column (defaults to double quote)

Allowed values:
encodingenumRequiredDefaults to utf8
The character encoding of the file
Allowed values:
escaperenumRequired

The character used to escape characters (defaults to double quote)

Allowed values:
line_terminatorenumRequired
The character used to define new lines
Allowed values:
separatorenum or nullRequiredDefaults to ,
The separator character between columns
Allowed values:

Response

Successful operation