
Launch Import Wizard Shiny App
launch_import_wizard.RdOpens an interactive Shiny app that guides users through the complete import workflow: data upload, column mapping, validation, preview, and execution. This wizard wraps the existing import functions in a user-friendly graphical interface.
Details
The wizard consists of 6 steps:
Choose import type (plots or individuals)
Upload data or download template
Map columns to database schema
Validate data quality
Preview import (dry run)
Execute import
All import logic reuses existing CafriplotsR functions:
get_plot_metadata_template- Template generationmap_user_columns- Column mappingvalidate_plot_metadata- Validationimport_plot_metadata- Import execution