toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-format-dataframe
/
org.http4k.format.dataframe
/
CSV
/
CSV
CSV
constructor
(
delimiter
:
Char
=
','
,
header
:
List
<
String
>
=
listOf()
,
colTypes
:
Map
<
String
,
ColType
>
=
mapOf()
,
skipLines
:
Int
=
0
,
readLines
:
Int
?
=
null
,
duplicate
:
Boolean
=
true
,
charset
:
Charset
=
Charsets.UTF_8
,
parserOptions
:
ParserOptions
?
=
null
,
contentType
:
ContentType
=
TEXT_CSV
)