{"id":18376255,"url":"https://github.com/eneswunbeaten/csvtool","last_synced_at":"2026-02-05T20:33:01.350Z","repository":{"id":238450478,"uuid":"796580209","full_name":"Eneswunbeaten/CsvTool","owner":"Eneswunbeaten","description":"CsvTool converts the given csv file into c# model, sql insert command and mongo insert command.","archived":false,"fork":false,"pushed_at":"2024-07-25T12:16:09.000Z","size":125,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T02:41:25.374Z","etag":null,"topics":["converter","csv","csv-converter","csv-convertion","csv-csharp","csv-headers","csv-import","csv-mongo","csv-parsing","csv-reader","csv-sql-import","csvconverter","csvfile","csvparser","csvtomodel","csvtomongo","csvtools","csvtosql","enesssw7","eneswunbeaten"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Eneswunbeaten.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-06T08:18:47.000Z","updated_at":"2025-04-08T10:37:56.000Z","dependencies_parsed_at":"2024-06-13T14:32:08.453Z","dependency_job_id":"1d700202-175c-48d0-9db4-e15717afb107","html_url":"https://github.com/Eneswunbeaten/CsvTool","commit_stats":null,"previous_names":["eneswunbeaten/csvtool"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Eneswunbeaten/CsvTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eneswunbeaten%2FCsvTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eneswunbeaten%2FCsvTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eneswunbeaten%2FCsvTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eneswunbeaten%2FCsvTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eneswunbeaten","download_url":"https://codeload.github.com/Eneswunbeaten/CsvTool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eneswunbeaten%2FCsvTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29133397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T19:36:52.185Z","status":"ssl_error","status_checked_at":"2026-02-05T19:35:40.941Z","response_time":65,"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":["converter","csv","csv-converter","csv-convertion","csv-csharp","csv-headers","csv-import","csv-mongo","csv-parsing","csv-reader","csv-sql-import","csvconverter","csvfile","csvparser","csvtomodel","csvtomongo","csvtools","csvtosql","enesssw7","eneswunbeaten"],"created_at":"2024-11-06T00:22:29.896Z","updated_at":"2026-02-05T20:33:01.331Z","avatar_url":"https://github.com/Eneswunbeaten.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CsvTool\nConverts Csv File to Mongo Insert, Sql Insert and C# Model Structure.\n\n## Usage\n\u003cul\u003e\n  \u003cli\u003eWhen the program starts, it asks you to drag a .csv file onto it.\u003c/li\u003e\n\n  ![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/f11f0355-7323-4aa1-b035-409541edda63)\n  \n  \u003cli\u003eEnter the delimiter in Write a delimiter. For example, parsers can be one of the following (| , : : ;)\u003c/li\u003e\n  \u003cli\u003eWhat should the output be like, section selects exactly what the csv file will be converted to.\u003c/li\u003e\n  \u003cli\u003eIn the Table name section, the table name must be entered exactly correctly. The name of the output file will start with this table name (e.g. BoardCategories_Mongo.txt)\u003c/li\u003e\n  \u003cli\u003eIn the Export path section, select exactly which folder to save the resulting txt file. (Default saves to the desktop.)\u003c/li\u003e\n  \u003cli\u003eAdd Id checkbox section is opened if mongo is selected. Generates ObjectId.\u003c/li\u003e\n  \n  ![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/898f7c19-df1d-4917-a735-d74bfe3669f6)\n  \n  \u003cli\u003eIf there are no column names in the first line of the csv file, i.e. in the headers, click the Add new names manually button and enter the column names one by one.\u003c/li\u003e\n\n  ![image](https://github.com/Eneswunbeaten/CsvTool/assets/130989028/a0ac4801-7e0a-4989-bd71-e6f5c9ab84a8)\n\n  \u003cli\u003ePressing the Start button starts the process and the result of the conversion is displayed on the screen.\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneswunbeaten%2Fcsvtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feneswunbeaten%2Fcsvtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneswunbeaten%2Fcsvtool/lists"}