SoftwareBrothers / adminjs-import-export

MIT License
5 stars 25 forks source link

Export list to .tsv #13

Open dortonway opened 1 year ago

dortonway commented 1 year ago

Describe the problem feature solves Sales teams need to write custom statuses when they make phone calls, like "do not answer"?, and notes etc for their different tasks. They usually do so in Google Sheets / Excel.

Describe the solution you'd like It would be very convenient to have an "Export to .tsv" button on lists, so that when we filter a list we could export it as tab-separated values (like CSV, but with tabs instead of comma, because field values can be complex) and modify in Google Sheets, Excel etc. But when we export there should be all the fields records have, not only the visible on the list.

Describe alternatives you've considered It's required to spend much time on the development of the export feature every time for different resources and filters.

Acceptance criteria

  1. "Export as .tsv" button for all the lists, or for resources specified in the admin options.
  2. The button exports all the fields.