f0b68846cc
refs https://github.com/TryGhost/Toolbox/issues/430 - To be able to introduce strict mapping rules (exclude unknown fields) we need to control the CSV header mapping on the importer level. This change moves the configuration up from CSV parser to the importer - Also adds tests covering correct inserts for specially treated "subscribed_to_emails" field
75 B
75 B
1 | subscribed_to_emails | |
---|---|---|
2 | jbloggs@example.com | true |
3 | test@example.com | false |