agrc / forklift

:tractor::package::sparkles: Slinging data all over the place :tractor::package::sparkles:
MIT License
28 stars 3 forks source link

Forklift does not handle case changes in field names #277

Closed stdavis closed 4 years ago

stdavis commented 5 years ago

Steps to reproduce

  1. Change the case of a field name in the source data.
  2. lift

Expected behavior

There should be a schema change error in the report.

Actual behavior

No schema change is reported and the data is not updated for that field.

@rkelson was the one to discover this when he changed a field name from Path to PATH.

steveoh commented 5 years ago

we lowercase all the field names don't we?