CsvGenerator v0.1.3 Example View Source

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

Link to this section Summary

Functions

Called to render the CSV output.

Link to this section Functions

Called to render the CSV output.

Example

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