Describe the solution you'd like
Currently, the "Read All" pane does not provide an option to export data to a CSV file. To enhance functionality, we should:
- Allow the user to export the data displayed in the "Read All" pane into a CSV file named people_data_yyyymmdd.csv (with the current date in yyyyMMdd format).
Additional context
-
When the user clicks the export button, collect the data displayed in the "Read All" pane.
-
Format the data into a CSV structure, with the column headers corresponding to the fields visible in the pane.
-
Name the CSV file with the pattern people_data_yyyymmdd.csv, where yyyymmdd is the current date.
Example: people_data_20250201.csv.
-
Save the CSV file and prompt the user to select the location to save the file.
-
Show a confirmation message after the export is completed: Message: "Data exported successfully as people_data_yyyymmdd.csv."
Describe the solution you'd like
Currently, the "Read All" pane does not provide an option to export data to a CSV file. To enhance functionality, we should:
Additional context
When the user clicks the export button, collect the data displayed in the "Read All" pane.
Format the data into a CSV structure, with the column headers corresponding to the fields visible in the pane.
Name the CSV file with the pattern people_data_yyyymmdd.csv, where yyyymmdd is the current date.
Example: people_data_20250201.csv.
Save the CSV file and prompt the user to select the location to save the file.
Show a confirmation message after the export is completed: Message: "Data exported successfully as people_data_yyyymmdd.csv."