Christian Loitsch
Christian Loitsch
No feedback. Please reopen, if you have examples
@darkomenx I am currently working on this feature and noticed that your problem doesn't really match the initial bug report. I think, that the library is finding some value in...
Added with release 5.1.0 (`convertNullTo` and `convertEmptyTo`)
Thanks for the feedback!
@fersegundo2 I haven't tested the tutorial, but I thought that use case 2 is possible: use case 2 should be possible: https://youtu.be/RDwst9icjAY?t=834 The test users should only be necessary in...
Hi stukdev! No sorry. This is not implemented. But you could map your stream through a function, which detects if your value is a number. It could then convert this...
This error doesn't sound like it has anything to do with the conversion. What happens, if you don't transform, but read the file as string?
You are right. I actually never considered this.
Because of the space after the first `,` the library does not recognize `"` as a quote character. This however also raises the question if we really want to simply...
Thanks @stenaksel. This was driving me crazy. `"ctrl+Numpad_Divide"` did not work for me. I had to use `"ctrl+[Slash]"`