djay-S

Results 4 comments of djay-S

Hi @cowtowncoder , Instead of using `public CsvSchema withColumnSeparator(char sep){}` can we change it to `public CsvSchema withColumnSeparator(char[] sep)`. and also changes the data type for `_columnSeparator` and other needed...

Hi, I have raised a PR for this issue: https://github.com/FasterXML/jackson-dataformats-text/pull/418 Can you please review and suggest?

@cowtowncoder Can you have a look at my changes for #418.

Hi @GitXm123 , Can you share some sample files that we can use as a reference.