z_csv_writer (zotonic_core v1.0.0-rc.17)
Write data to a CSV file
Summary
Functions
-spec sanitize(file:filename_all(), file:filename_all()) -> ok.
-spec write_file(file:filename_all(), z_csv_parser:lines()) -> ok | {error, atom()}.
-spec write_file(file:filename_all(), z_csv_parser:lines(), z_csv_parser:sep()) -> ok | {error, atom()}.