Hello
I have configured an asset listing page where it downloads a csv file instead.
it seems working however the asset field is all in one straight line in CSV.
this is what I used in Type formats
%asset_name%,%asset_children^count%, %begin_asset_children^count^gte:1%Connected%else_asset%Not Connected%end_asset%,%globals_date_d%-%globals_date_m%-%globals_date_Y%,
and in page contents
%asset_list%
how do I set this so each asset appear as a new line of CSV?
Thanks