Skip to content

Implement export people data CSV functionality #10

@Japoivvb

Description

@Japoivvb

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

Image
  • 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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions