Ghost/ghost/members-csv/test/fixtures
Naz 1c746c0ca0
Added test coverage for 'subscribed' transform
refs https://github.com/TryGhost/Toolbox/issues/430

- Not having any extra logic in the mapper will allow to have a generalized "mapping" concept for CSV input serialization
- This is groundwork for stricter header value filtering on the parsing stage
2022-10-19 18:10:40 +08:00
..
empty.csv Added basic test coverage for JSON to CSV serialization 2020-07-08 19:40:48 +12:00
multiple-records-with-empty-values.csv Added empty string '' to null transform when parsing CSVs 2020-08-17 17:57:49 +12:00
single-column-with-header.csv Fixed tests and added fixtures from Ghost repo 2020-06-19 19:33:43 +12:00
subscribed-to-emails-header.csv Added test coverage for 'subscribed' transform 2022-10-19 18:10:40 +08:00
two-columns-mapping-header.csv Added mapping support to CSV parser 2020-07-02 14:53:56 +12:00
two-columns-obscure-header.csv Fixed tests and added fixtures from Ghost repo 2020-06-19 19:33:43 +12:00
two-columns-with-header.csv Fixed tests and added fixtures from Ghost repo 2020-06-19 19:33:43 +12:00