ProtoToCsvWriter
class ProtoToCsvWriter(header: Array<String>, columns: Array<AirbyteValueProxy.FieldAccessor>, rootLevelFlattening: Boolean, extractedAtTsTz: Boolean)
Functions
Link copied to clipboard
fun toCsvRow(record: DestinationRecordRaw, src: DestinationRecordProtobufSource, changes: List<Meta.Change>): Array<Any?>