Load File to Specific Input

Upload CSV data to a single ETL step of a job without executing the job

Path Params
string
required

ID of the ETL Job (18 or 19 digits)

string
required

The Id of the ETL step. Can be found from the Get ETL template endpoint.

Body Params
file
required

File containing the data to be uploaded

string
required

Metadata with details of the file. Note: All fields in the JSON object below are required

Sample Input:

{
  "input": {
    "partName":"file",
    "fileFormat":"CSV",
    "fileEncoding":"UTF-8",
    "fileName":"data.csv"
  }
}
Responses
204

No Content

401

Invalid authentication credentials

406

Invalid Accept header

Language
Credentials
Basic
base64
:
URL
Request
Response
Choose an example:
text/plain