CSV.Encode protocol

Implement encoding for your data types.

Summary

The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter

Types

t :: term

Functions

encode(data, env \\ [])

The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.