# `Example`
[🔗](https://github.com/Hermanverschooten/csv_generator/blob/v0.2.1/docs/example.ex#L1)

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

# `render`

Called to render the CSV output.

## Example

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
