Convert

The Convert step transforms data from one shape into another using a pre-configured
mapping. It is the workhorse of most integrations: take what arrived, produce
what the destination expects.

Configuration

FieldNotes
MappingThe mapping to apply. Its input and output data types determine what this step accepts and produces
Value / Value TypeThe data to convert — a literal, a variable, or an earlier step's output
Input DelimiterThe field delimiter of the incoming data, for delimited input
Output DelimiterThe delimiter to write, for delimited output
Entry OffsetHow many rows to skip before reading — used to step past a header or preamble
Condition to ApplyRestrict the conversion to records meeting a condition defined on the mapping
Include headersWrite a header row in delimited output
Include empty columns in outputKeep columns that produced no value, rather than dropping them
Write to fileSend the result to the Intely File System instead of carrying it in the run

Output

The converted data, ready for the next step. Mapping inputs appear as their own fields on this
step, so a mapping expecting several inputs is filled in here rather than assembled beforehand.

Notes

  • Crosswalks, filters and conditions are configured on the mapping, not on this step — see
    Mappings and Crosswalks.
  • Include empty columns matters for fixed-shape deliveries: a partner expecting a stable
    column count will reject a file whose columns shift when a value is absent.

Did this page help you?