Closed anabotescu closed 1 year ago
The problem is that for the "Full" export the Apache commons-csv library isn't used. I've adjusted the code and now the CSV creation is done with the commons-csv library which handles all different special characters automatically, like the delimiter or quotes in the comment fields.
I've opened a pull request #16.
Describe the bug When we export the full report from Lucy, the comment field is wrongly exported, mingled with libraries.
To Reproduce Steps to reproduce the behavior: 1.Open a product
Expected behavior One solution may be to put the compliance comment into " "-> which is the usual text identification in CSV (for Excel). It might make sense to put all text fields in "" Downloaded CSV with large comments can be opened in Excel without breaking the format of the table.