Conformance Examples 0.1.0 — Transforms: transform-concat¶
concat-numbers¶
The argument list's elements are appended to the input list's elements.
Template
Context
Output
concat-strings¶
Concatenation preserves order across both lists.
Template
Context
Output
concat-input-non-list-is-null¶
A non-list input does not match the transform's shape, so the result is null.
Template
Context
Output
concat-arg-non-list-is-null¶
A non-list argument is a soft failure, so concat yields null.
Template
Context
Output
Source fixture: transforms/transform-concat.json