fat: adds csv import live view to settings
This commit is contained in:
parent
bf9e47b257
commit
092fd99d48
8 changed files with 1098 additions and 30 deletions
3
test/fixtures/csv_with_bom_semicolon.csv
vendored
Normal file
3
test/fixtures/csv_with_bom_semicolon.csv
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
first_name;last_name;email;street;postal_code;city
|
||||
Alice;Smith;alice.smith@example.com;Main Street 1;12345;Berlin
|
||||
|
||||
|
6
test/fixtures/csv_with_empty_lines.csv
vendored
Normal file
6
test/fixtures/csv_with_empty_lines.csv
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
first_name;last_name;email;street;postal_code;city
|
||||
Alice;Smith;alice.smith@example.com;Main Street 1;12345;Berlin
|
||||
|
||||
Bob;Johnson;invalid-email;Park Avenue 2;54321;Munich
|
||||
|
||||
|
||||
|
5
test/fixtures/csv_with_unknown_custom_field.csv
vendored
Normal file
5
test/fixtures/csv_with_unknown_custom_field.csv
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
first_name;last_name;email;street;postal_code;city;UnknownCustomField
|
||||
Alice;Smith;alice.smith@example.com;Main Street 1;12345;Berlin;SomeValue
|
||||
Bob;Johnson;bob.johnson@example.com;Park Avenue 2;54321;Munich;AnotherValue
|
||||
|
||||
|
||||
|
5
test/fixtures/invalid_member_import.csv
vendored
Normal file
5
test/fixtures/invalid_member_import.csv
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
first_name;last_name;email;street;postal_code;city
|
||||
Alice;Smith;invalid-email;Main Street 1;12345;Berlin
|
||||
Bob;Johnson;;Park Avenue 2;54321;Munich
|
||||
|
||||
|
||||
|
5
test/fixtures/valid_member_import.csv
vendored
Normal file
5
test/fixtures/valid_member_import.csv
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
first_name;last_name;email;street;postal_code;city
|
||||
Alice;Smith;alice.smith@example.com;Main Street 1;12345;Berlin
|
||||
Bob;Johnson;bob.johnson@example.com;Park Avenue 2;54321;Munich
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue