Open
Description
Given this template, it should render a CSV output with no empty lines
host,pin,subject
{{~ it :e }}
{{=e.host}},{{=e.hash}},{{=e.subject.CN}}
{{~}}
However, the output contains an empty line after the header and after each of the arrays items.
Currently this template has to be used to get a proper formatted CSV output:
host,pin,subject{{~ it :e }}
{{=e.host}},{{=e.hash}},{{=e.subject.CN}}{{~}}
which is rather ugly.
Will this be fixed in V2?
Metadata
Metadata
Assignees
Labels
No labels