Encolar la importación de un CSV ya subido a S3

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

s3Key
string
required

La misma clave S3 que devolvió upload-url en el paso anterior. No se acepta una clave inventada por el cliente.

Minimum string length: 1
columnMapping
object[]

Mapea cada encabezado del CSV (sourceColumn) a un campo canónico del importador (targetField). targetField: null descarta esa columna del archivo.

conflictResolution
enum<string>
Available options:
add,
replace,
update,
reconcile

Response

202 - application/json

Response for status 202

data
object
required