| write/1 | Implements a writer module for clique which outputs tabular data in CSV format. |
| write_status/2 | Write status information in csv format. |
write(Status::status()) -> {iolist(), iolist()}
Implements a writer module for clique which outputs tabular data in CSV format.
write_status(X1::elem(), Output::iolist()) -> iolist()
Write status information in csv format.
Anything other than a table is discarded, since there's no good way to represent non-tabular data in CSV. We want to be able to use the CSV output directly without needing to strip off any extranious stuff.Generated by EDoc