method
convert_fields
v2_6_3 -
Show latest stable
- Class:
CSV
convert_fields(fields, headers = false)private
Processes fields with @converters, or @header_converters if headers is passed as true, returning the converted field set. Any converter that changes the field into something other than a String halts the pipeline of conversion for that field. This is primarily an efficiency shortcut.