Versions in this module Expand all Collapse all v0 v0.0.1 Apr 15, 2025 Changes in this version + func ToSnake(s string, screaming bool) string + func WirteAndSave(data [][]string, filepath string) error + type CsvMarshal interface + FromString func(string) error + type Decoder struct + func New() *Decoder + func (d *Decoder) TrimSpace(s string) string + func (d *Decoder) UnMarshal(reader *csv.Reader, bean interface{}) error + func (d *Decoder) UnMarshalBytes(body []byte, bean interface{}) error + func (d *Decoder) UnMarshalFile(path string, bean interface{}) error + func (d *Decoder) WithCheck(keys []string) *Decoder + func (d *Decoder) WithHeader(header []string) *Decoder