Ghost/ghost/members-importer/test/fixtures
Naz 840deaf8d7
Restricted members importer to ignore "products" column
refs https://github.com/TryGhost/Team/issues/1076
refs 70229e4fd3 (diff-b67ecda91b5bd79c598e5c5a9ec2ccf28dbfab6a924b21352273865e07cd7ceaR57)

- The "products" column has not been doing any logic anything since at least 5.20.0 (see refed commit). The concept of columns in the export file was mostly there for analytical/data filtering reasons - so the user could analyze their exports. CSV was never a good suite for relational data that "products" (or now tiers) represent
- The "tiers" column will still be present in the exported CSV file, but there is not going to be any logic attached to it.
- The only columns that can effect the "tiers" state of the member are: "complimentary_plan" (assign default tier to the member) and "stripe_customer_id" (pulls in subscription/tier data from Stripe)
2022-10-24 18:06:02 +08:00
..
member-csv-export.csv Restricted members importer to ignore "products" column 2022-10-24 18:06:02 +08:00
single-column-with-header.csv Added very basic unit test coverage to cover happy path import 2021-07-22 01:53:21 +12:00
subscribed-to-emails-header.csv Moved header mapping configuration to importer 2022-10-19 18:10:40 +08:00