conformist icon indicating copy to clipboard operation
conformist copied to clipboard

Bend CSVs to your will with declarative schemas.

Results 2 conformist issues
Sort by recently updated
recently updated
newest added

The spreadsheet gem converts Excel dates to a Date/DateTime object but this conversion does not get passed through to the conformist schema. For example ``` spreadsheet.worksheet(0).row(1) => [1.0, Fri, 19...

For example a boolean column`is_company` is defined, which sets the column's content to be truthy or falsy: ``` ruby #map salutation column to :is_company column :is_company, 1 do |value| value.downcase...