appDataConverter
is a Shiny application designed to facilitate the conversion of Megamation flatfile exports into a format compatible with the ESA (Electrical Safety Authority) of Ontario, Canada. Users can upload a flatfile, view its transformation, and download the result for manual upload to the ESA website. This tool aims to streamline the data handling process for ESA submissions by providing a user-friendly interface and ensuring data accuracy and compatibility.
- File Upload: Securely upload the Megamation flatfile.
- Data Preview: Preview the original and the converted data before downloading.
- File Download: Download the converted file in the correct format for submission to the ESA.
- R Shiny - Web framework for building interactive web applications entirely in R.
- golem - An opinionated framework for building production-grade Shiny applications.
- Clone the repository:
git clone https://github.com/asadow/appDataEntry.git
To deploy the app locally, open the R project and run:
renv::install()
golem::run_dev()