{"id":20011846,"url":"https://github.com/osyrion/csv_importer","last_synced_at":"2026-06-09T19:31:40.569Z","repository":{"id":216436531,"uuid":"264169646","full_name":"Osyrion/csv_importer","owner":"Osyrion","description":"Parse and import CSV file to database with password. Export to HTML","archived":false,"fork":false,"pushed_at":"2020-06-02T13:24:26.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-29T01:30:20.881Z","etag":null,"topics":["csv","csv-parser","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osyrion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-15T10:53:18.000Z","updated_at":"2020-06-02T13:24:28.000Z","dependencies_parsed_at":"2024-01-10T08:25:42.399Z","dependency_job_id":"60b935c5-5864-4bc3-817b-63d7cf0b8dbf","html_url":"https://github.com/Osyrion/csv_importer","commit_stats":null,"previous_names":["osyrion/csv_importer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Osyrion/csv_importer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osyrion%2Fcsv_importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osyrion%2Fcsv_importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osyrion%2Fcsv_importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osyrion%2Fcsv_importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osyrion","download_url":"https://codeload.github.com/Osyrion/csv_importer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osyrion%2Fcsv_importer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","csv-parser","php"],"created_at":"2024-11-13T07:27:45.699Z","updated_at":"2026-06-09T19:31:40.545Z","avatar_url":"https://github.com/Osyrion.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV_importer\nParse and import CSV file to database with password protection. Export to HTML file.\n\n## Feature\n\n### File import\n\n**[OK]** - import CSV file into database with UTF-8 charset\n\n#### Issue-001: Not empty CSV file\n\n**[OK]** - check if it is CSV file \u003cbr /\u003e\n**[OK]** - check if it is not empty \u003cbr /\u003e\n**[OK]** - render alert when user try to upload non CSV file or no file\n\n#### Issue-002: File size\n\n**[OK]** - check if file is up to 2 mB\n\n#### Issue-003: Encoding Problem \nCSV file could not be in UTF-8 charset\n\n**[OK]** - check file encoding \u003cbr /\u003e\n**[OK]** - if it is not UTF-8 then decode to UTF-8\n\n#### Issue-004: Only chosen columns\nCSV file has many columns, but we do not need all\n\n**[OK]** - select columns that we need\n\n#### Issue-005: Only rows with not zero amount\n\n**[OK]** - check if amount is above zero\n\n#### Issue-006: Checking for transaction duplicity\n\n**[OK]** - hashed transaction number column \u003cbr /\u003e\n**[OK]** - check if there is no duplicate in file\n\n#### Issue-007: Is import done?\n\n**[OK]** - check if import succeed \u003cbr /\u003e\n**[OK]** - error handling\n\n#### Issue-008: Password protection\n\n**[OK]** - password is a must \u003cbr /\u003e\n**[OK]** - render alert when user try to upload CSV file without input or incorrect password\n\n### Redirect to Output\n\n**[OK]** - render data in HTML table \u003cbr /\u003e\n**[OK]** - check if there are any data \u003cbr /\u003e\n**[OK]** - render warning if there are no data\n\n### Data View\n\n#### Issue-009: Password protection\n\n**[OK]** - password is a must \u003cbr /\u003e\n**[OK]** - no data view without input password\n\n#### Issue-010: Empty table\n\n**[OK]** - render warning if there are no data\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosyrion%2Fcsv_importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosyrion%2Fcsv_importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosyrion%2Fcsv_importer/lists"}