Is it possible to generate a csv output report with multiple lines ( header + records)?
Hi,
We want to generate a csv output report that contains more than one output line something like:
#Header#
customer_id:B13124255
report_start: 2020-01-18,2020-02-18
document_number:ARL-25226
#Records#
account_id,quantity,product,amount
C1411515,54647,Monthly subscription, 3373
C2352652,678, Regular access, 43636
C663636,4764,Monthly subscription,76
so in the above example, there will be a header with 3 lines , a column each and then the record sections with records with four columns. Can this be achieved in BI Publisher?