-
-
Notifications
You must be signed in to change notification settings - Fork 151
Allow download of contact list as CSV #110
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersready to implementThis issue is ready to be implemented.This issue is ready to be implemented.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersready to implementThis issue is ready to be implemented.This issue is ready to be implemented.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
The Contacts page should allow downloading contacts as CSV.
The CSV file should be formatted to be compatible with CSV import files.
The same download feature should also be available from the segment editor.
In order to allow also large contact lists to be downloaded,
Keila.Contacts.stream_project_contacts/2should be usedwith
Plug.Conn.send_chunked/2andPlug.Conn.chunk/2.