A simple web app to transform CSV, Excel, JSON and XML files.
CSV Hero helps you to format, filter and convert tabular data files. Need to generate a CSV from a JSON file, but only want to include rows that contain the word 'cow'? CSV Hero can help with that.
To work on this project locally, run the following commands in the project root:
yarn
yarn start
This project uses GitHub Actions for continuous integration. Every push to the main branch and pull requests will trigger a CI workflow that runs Cypress tests to ensure the application works correctly.
To run Cypress tests locally:
-
Install dependencies:
yarn
-
Start the application:
yarn start
-
Run the tests in Cypress GUI:
yarn cypress:open
-
Or run the tests headlessly:
yarn cypress:run
This project is automatically deployed when new code is pushed to the master
branch using Vercel.