convert

abstract fun convert(input: ConversionInput): Map<String, Any>

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.
@return

a map where keys are string representations of the column names and values are the converted values.