MediumConverter

interface MediumConverter

Converts raw destination records into a map of final column name to munged final value.

This interface provides the blueprint for different serialization intermediate representations.

Inheritors

Functions

Link copied to clipboard
abstract fun convert(input: ConversionInput): Map<String, Any>

Converts the given {@link ConversionInput} into a map representation containing transformed data.