View Source Example (CsvGenerator v0.1.4)

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

Example

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