HTTP

Download 14
Last updated Feb 20, 2026

http-put-batch

Send HTTP PUT requests for each input row.

... | http-put-batch [profile=PROFILE] [header=FIELD] [timeout=NUM] [encoding=CHARSET] [resp-header-field=FIELD] [format=FORMAT] [body=FIELD]
profile=PROFILE
Optional. Connect profile name
header=FIELD
Optional. Field name containing an extra headers map
timeout=NUM
Optional. HTTP timeout in seconds (default: 30)
encoding=CHARSET
Optional. Character encoding (default: utf-8)
resp-header-field=FIELD
Optional. Output field name for response headers (omitted by default)
format=FORMAT
Optional. Request body format: json, form, xml, plain (default: json)
body=FIELD
Optional. Field name containing the request body. If omitted, the body is auto-assembled from input row fields according to the specified format.

Output Fields

FieldTypeNameDescription
lineStringLineResponse body
_http_codeIntegerHTTP CodeHTTP status code
_http_errorStringHTTP ErrorError message (on failure)