cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
239 stars 75 forks source link

CSV ReportType Delimiter as Comma #133

Open mrinalnathdigitate opened 4 years ago

mrinalnathdigitate commented 4 years ago

I am trying to generate a CSV report with comma as a delimiter. Not able to find how to do that ?

reportTemplateBuilder = new ReportTemplateBuilder().documentPath("abcd.xlsx") .documentName("abcd.xlsx").outputType(ReportOutputType.csv).readFileFromPath();

How to specify the delimiter ?