convert
Converts the given {@link ConversionInput} into a map representation containing transformed data.
Parameters
input
a {@link ConversionInput} object containing the raw destination record, partition key,
and optionally the source record to be transformed.
@returnContent copied to clipboard
a map where keys are string representations of the column names and values are the converted values.