cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine

Home Page:https://www.cuba-platform.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV ReportType Delimiter as Comma

mrinalnathdigitate opened this issue · comments

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 ?