csv icon indicating copy to clipboard operation
csv copied to clipboard

Delimiter for decimal

Open stukdev opened this issue 2 years ago • 2 comments

Is there a way to specify the delimiter for decimal number? for example:

1.23 or 1,23

Thanks

stukdev avatar Mar 13 '23 08:03 stukdev

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.

close2 avatar Mar 21 '23 05:03 close2

Looking forward to the implementation of this feature

superAndroidMan avatar Dec 01 '23 06:12 superAndroidMan