View Source CSV.Encode protocol (CSV v3.0.2)
Implement encoding for your data types.
Link to this section Summary
Functions
The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.
Link to this section Types
@type t() :: term()
Link to this section Functions
The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.