{"id":23032359,"url":"https://github.com/michaelfromyeg/csv-upload-tool","last_synced_at":"2026-04-13T01:10:51.230Z","repository":{"id":184926548,"uuid":"242561877","full_name":"michaelfromyeg/CSV-Upload-Tool","owner":"michaelfromyeg","description":"A React component for uploading, mapping, and saving CSV (sensor) data.","archived":false,"fork":false,"pushed_at":"2024-07-06T00:31:54.000Z","size":7278,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T21:42:49.216Z","etag":null,"topics":["csv","iiot","react"],"latest_commit_sha":null,"homepage":"https://michaelfromyeg.github.io/CSV-Upload-Tool/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelfromyeg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-23T17:39:52.000Z","updated_at":"2024-05-28T16:42:14.000Z","dependencies_parsed_at":"2024-12-15T15:52:40.381Z","dependency_job_id":"d1ae2e76-0ad5-455e-a277-2851fca954a9","html_url":"https://github.com/michaelfromyeg/CSV-Upload-Tool","commit_stats":null,"previous_names":["michaelfromyeg/csv-upload-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelfromyeg/CSV-Upload-Tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromyeg%2FCSV-Upload-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromyeg%2FCSV-Upload-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromyeg%2FCSV-Upload-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromyeg%2FCSV-Upload-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelfromyeg","download_url":"https://codeload.github.com/michaelfromyeg/CSV-Upload-Tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromyeg%2FCSV-Upload-Tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","iiot","react"],"created_at":"2024-12-15T15:52:30.797Z","updated_at":"2026-04-13T01:10:51.208Z","avatar_url":"https://github.com/michaelfromyeg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Upload Tool\n\nThis project aims to be a React component integrable into any site allowing users to upload CSV data and match their CSV files headers (i.e., the values in the first row) to pre-assigned JSON headers. It's built using React and Bootstrap for the frontend, and Flask for the backend. Eventually, the JSON data will be written to an SQLite database.\n\n## Get it running on your machine\n\n### Initial configuration\n\n1. First, clone the repository to your computer\n2. Navigate to `react-frontend` and run `npm -i` and `npm run build`. This will build the current version of the project to the folder Flask will eventually serve\n3. `cd ..` and then move into the `flask-backend` directory. Install Flask if you haven't already using pip, and then begin the server by running `python main.py` (however, you will probably have to take all of the steps below to *actually* get things working)\n\n### Start a virtual environment\n\nYou will likely to install the various Python dependencies needed by the project. To do so, it is recommended you create a virtual environment.\n\n#### Windows\n\n1. Navigate to to the `flask-backend` folder in your terminal\n2. Execute `python -m venv env`. Check the `/env` folder has been created and that it is being ignored\n3. Begin the virtual environment by running `env\\Scripts\\activate.bat` - you may check it's running by executing `where python`\n4. Run `pip install -r requirements.txt` to install all dependecies\n5. If you make any changes to the requirements, run `pip freeze \u003e requirements.txt` to save then\n\n#### Linux or Mac\n\nTBD\n\n### Begin a local instance of the server\n\n1. Navigate to to the `flask-backend` folder in your terminal\n2. Type `python` to open a Python terminal\n3. First execute `from main import db`\n4. Then, to actually create the tables needed, run `db.create_all()`\n5. If you have an old version of the database, just delete the file, or write `db.drop_all()`\n\n## Use cases\n\nThis tool is being developed for [Artesian Software](https://artesiansoft.com/), a Industrial IoT solution provider based in Alberta. The tool will allow farmers to upload their sensor data to Artensian's servers with an easy to use interface.\n\n## Contributing\n\nTBD","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfromyeg%2Fcsv-upload-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelfromyeg%2Fcsv-upload-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfromyeg%2Fcsv-upload-tool/lists"}