-
We received a csv from our partner and we need to parse the file. But we found there is an issue in this file, there are different formats for the date fields. After reading the csv file, and use DataFrame.readCSV(...)
.convertTo<MyData>{
parser{ LocalDate.parse(it, dateTimeFormatter)}
convert{}
}
.toList The But here |
Beta Was this translation helpful? Give feedback.
Answered by
koperagen
Mar 3, 2023
Replies: 1 comment
-
As something that 100% should work, I suggest
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hantsy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As something that 100% should work, I suggest