ash_csv v0.3.0 AshCsv.DataLayer View Source
The data layer implementation for AshCsv
Link to this section Summary
Functions
Options
:file
- Required. The file to read the data from
Link to this section Functions
Options
:file
- Required. The file to read the data from:create?
- Whether or not the file should be created if it does not exist (this will only happen on writes) The default value isfalse
.:header?
- If the csv file has a header that should be skipped The default value isfalse
.:separator
- The separator to use, defaults to a comma. Pass in a character (not a string). The default value is44
.:columns
- The order that the attributes appear in the columns of the CSV The default value is[]
.