Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-csv
/
io.airbyte.cdk.load.file.csv
/
CsvDecoder
Csv
Decoder
class
CsvDecoder
(
csvFormat
:
CSVFormat
=
CSVFormat.Builder.create().setRecordSeparator("\n").setHeader().build()
)
Members
Constructors
Csv
Decoder
Link copied to clipboard
constructor
(
csvFormat
:
CSVFormat
=
CSVFormat.Builder.create().setRecordSeparator("\n").setHeader().build()
)
Functions
decode
Link copied to clipboard
fun
decode
(
input
:
InputStream
)
:
Stream
<
Map
<
String
,
String
>
>