flappingeagle

Results 3 issues of flappingeagle

Like asked at Stackoverflow: https://stackoverflow.com/questions/50911195/can-woodstox-error-messages-be-customized Cite of Staxman: > addition of formal error codes in Exceptions seems like a good improvement (Stax spec/API does not have those, but Woodstox implementation...

If CSVSchema.withHeader == true i must do: ` final Map line = (Map) mappingIterator.nextValue();` If CSVSchema.withHeader == false i must do: ` final List line = (List) mappingIterator.nextValue();` My use-case...

csv

Given following json: { "tests": [ { "o": null }, { "o": { } } ] } the following events are given for the parser for the above example: START_DOCUMENT...