Re: CSV data format record separator not working

2019-02-11 Thread Pedro Catalão
Thanks Claus, I will try your suggestion. On Mon, Feb 11, 2019 at 3:29 PM Claus Ibsen wrote: > Hi > > Sounds like a little bug, also you are welcome to try with latest > version to see if it works there. > And if its still a bug, then try to see if you can fix it and submit a > JIRA ticket and p

Re: CSV data format record separator not working

2019-02-11 Thread Claus Ibsen
Hi Sounds like a little bug, also you are welcome to try with latest version to see if it works there. And if its still a bug, then try to see if you can fix it and submit a JIRA ticket and provide the patch as a github PR .. thanks. On Mon, Feb 11, 2019 at 3:01 PM Pedro Catalão wrote: > > Greet

CSV data format record separator not working

2019-02-11 Thread Pedro Catalão
Greetings! I'm trying to unmarshal some custom CSV using the CSV data format like this: > > > So I would expect this: > roses, red|violets, blue To be split into 2 records but the apparently the recordSeparator attribute is not being used anywhere to split the records so I end up wit