...
When a user clicks on 'Export package CSV' the modal window is getting shown. The user can select all or multiple Package fields, Title fields, and additional fields to export. Then a user presses the 'Export' button, the modal panel disappears, and an export process is getting started. The green toast message is displayed, it shows the name of generating file, and the approximate duration of export (30 mins)
The name of the generated file depends on what is going to be exported from the packages:
...
Works similar to Package export. When a user presses the 'Export' button, a modal panel disappears, and the export process is getting started. The green toast message is displayed, it shows the name of generating file, and the approximate duration of export (30 mins)
The name of a generated file is always <<YYYY_MM_DD>>_<<Title name>>_titledetails.csv, for example 2022_04_11_WileyOnlineLibrary_titledetails.csv
...