Start with File

Create an ETL job, upload CSV data, and start the job in a single step

Path Params
string
required

ID of the template

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"
  }
}
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Invalid authentication credentials

406

Invalid Accept header

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Choose an example:
application/json
text/plain