Module z_csv_writer

Write data to a CSV file.

Authors: Marc Worrell (marc@worrell.nl).

Description

Write data to a CSV file

Function Index

encode_line/2
sanitize/2
write_file/2
write_file/3

Function Details

encode_line/2

encode_line(Xs, Sep) -> any()

sanitize/2

sanitize(InFile::file:filename(), OutFile::file:filename()) -> ok

write_file/2

write_file(Filename::file:filename(), Data::z_csv_parser:lines()) -> ok | {error, term()}

write_file/3

write_file(Filename::file:filename(), Data::z_csv_parser:lines(), Sep::z_csv_parser:sep()) -> ok | {error, term()}


Generated by EDoc