csv
csv copied to clipboard
Delimiter for decimal
Is there a way to specify the delimiter for decimal number? for example:
1.23 or 1,23
Thanks
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 value to a String.
I will mark this as feature request.
Looking forward to the implementation of this feature