-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Somewhere, the column headings from the CSV are automatically transformed to lowercase. If you don't know this, and you write a Twig template with uppercase in your data, your template will not recognize the data because it expects, e.g. First_Name
, while that value has been transformed into first_name
.
README should make mention of this quirk and state that CSV column headings must all be lowercase, or that your Twig templates must be written with the understanding that column headings are transformed to lowercase.