mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Renamed the header of the CSV to 'to' from 'number' to allow for email jobs
- added new columns to Job and Notification to capture the start/end dates accurately
This commit is contained in:
2
test_csv_files/email.csv
Normal file
2
test_csv_files/email.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
to
|
||||
test@test.com
|
||||
|
1
test_csv_files/empty.csv
Normal file
1
test_csv_files/empty.csv
Normal file
@@ -0,0 +1 @@
|
||||
to
|
||||
|
12
test_csv_files/multiple_email.csv
Normal file
12
test_csv_files/multiple_email.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
to
|
||||
test1@test.com
|
||||
test2@test.com
|
||||
test3@test.com
|
||||
test4@test.com
|
||||
test5@test.com
|
||||
test6@test.com
|
||||
test7@test.com
|
||||
test8@test.com
|
||||
test9@test.com
|
||||
test0@test.com
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
phone
|
||||
to
|
||||
+441234123121
|
||||
+441234123122
|
||||
+441234123123
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
phone
|
||||
to
|
||||
+441234123123
|
||||
|
Reference in New Issue
Block a user