Ghost/test/utils/fixtures/csv
Fabien 'egg' O'Carroll 854a41e556
🐛 Fixed CSV import json-schema email validation (#12239)
no-issue

By using the "email" validation, we were validating emails in CSV
imports using a different validator to the rest of the API. AJV's built
in email validation was failing on emails with "special" characters,
such as letters with an umlaut above them.

This commit brings the validation for CSV imports in line with the rest
of the API.
2020-09-29 12:51:35 +01:00
..
members-duplicate-emails.csv Improved error handling for batch inserted member records (#12146) 2020-08-20 17:41:47 +12:00
members-invalid-values.csv 🐛 Fixed CSV import json-schema email validation (#12239) 2020-09-29 12:51:35 +01:00
members-with-mappings.csv Added field mapping support for members import CSVs 2020-07-02 15:18:39 +12:00
members-with-stripe-ids.csv Added special handling for member import with Stripe connection 2020-06-09 23:02:38 +12:00
single-column-with-header.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-defaults.csv Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
valid-members-import.csv 🐛 Fixed ignored created_at and subscribed fields in Members API 2020-08-24 19:35:20 +12:00
valid-members-labels.csv Fixed tests with members labels 2020-08-12 17:02:08 +12:00