Regnology / lucy

Lucy is a component analysis platform to minimize the risk of license infringements and to support and optimize the license compliance process.
MIT License
6 stars 1 forks source link

Bug fix for issue #15 #16

Closed patrickwjh closed 1 year ago

patrickwjh commented 1 year ago

Fixes #15.

The CSV file for the "Full" export uses quotes if a field contains the delimiter character (";") and also quotes inside the content will be handled properly. The apache commons-csv is now used to create the CSV instead of the manual creation.

Refactored code, removed old unused code and updated deprecated methods for the CSVFormat.

patrickwjh commented 1 year ago

grafik grafik

appsec-reg commented 1 year ago

Tested & confirmed - many thanks @patrickwjh !!