Example (CsvGenerator v0.2.0)

Copy Markdown View Source

To generate the CSV output you call render on your module with your data.

Summary

Functions

Called to render the CSV output.

Functions

render(list)

Called to render the CSV output.

Example

iex> MyCSV.render(list) "..."