{"id":20270312,"url":"https://github.com/alexanderpro/db2file","last_synced_at":"2025-08-17T10:04:42.795Z","repository":{"id":82503857,"uuid":"82673711","full_name":"AlexanderPro/Db2File","owner":"AlexanderPro","description":"This app allows to export data from database to csv, xlsx and dbf file","archived":false,"fork":false,"pushed_at":"2020-01-20T12:18:46.000Z","size":539,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T04:02:49.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/AlexanderPro.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":"2017-02-21T11:47:49.000Z","updated_at":"2024-10-24T17:23:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"341c8e22-7148-45b5-abd6-9941be2add76","html_url":"https://github.com/AlexanderPro/Db2File","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexanderPro/Db2File","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderPro%2FDb2File","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderPro%2FDb2File/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderPro%2FDb2File/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderPro%2FDb2File/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderPro","download_url":"https://codeload.github.com/AlexanderPro/Db2File/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderPro%2FDb2File/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270831883,"owners_count":24653428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-14T12:29:48.179Z","updated_at":"2025-08-17T10:04:42.770Z","avatar_url":"https://github.com/AlexanderPro.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Db2File\n=============\n\nThis  app exports data from DB to dbf, csv and xlsx file.\nThe program supports three types of DB involving native ADO.NET providers: Postgres, MsSql, Oracle.\nIt is also possible to connect to DB by means of the following providers: OleDb and Odbc.\nIf necessary, the number of supported db can be extended. \nThe file encoding can be set with a string or a number.\nA part of the settings is saved in Db2File.exe.config file:\n\n* DefaultFileEncoding is a default file encoding.\n* CsvCharDelimiter is a delimiter used in csv file.\n* NumberDecimalSeparator is a decimal number separator used in the result file.\n* DefaultExcelSheetName is a default excel sheet name where the result is recorded.\n* columnRelations is a section where column relations are described.\n\nExport to DBF File\n------------------\n\nNow a few main file encodings are supported: 1251, 1252, 866, etc.\n\ncolumnRelations section attributes:\n* dbColumnName is a database column name.\n* fileColumnName is a file column name.\n* fileColumnType is a file column type.\n* fileColumnLength is a file column length. For a string of one hundred chars the value will be 100.\n* fileColumnDecimals is a number of digits after the dot for decimal numbers.\n\nExport to CSV File\n------------------\n\ncolumnRelations section attributes:\n* dbColumnName is a database column name.\n* fileColumnName is a file column name.\n* fileColumnFormat  is a file column format for dates, numbers and etc. It is set as C# format. There is no default format and the app uses the most preferable. E.g:\n  * dd.MM.yyyy is a date format.\n  * dd.MM.yyyy HH:mm:ss is a date and time format.\n  * 0.00 is a number with two digits after the dot.\n  * etc.\n\nExport to Excel File\n--------------------\n\nNow xlsx files are supported.\n\ncolumnRelations section attributes:\n* dbColumnName is a database column name.\n* fileColumnName is a file column name.\n* fileColumnFormat  is a file column format for dates, numbers and etc. It is set as Open Office Xml format. There is no default format and the app uses the most preferable. E.g:\n  * yyyy-MM-dd is a date format.\n  * yyyy-MM-dd hh:mm:ss is a date and time format.\n  * #,##0.00 is a number with two digits after the dot.\n  * etc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderpro%2Fdb2file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexanderpro%2Fdb2file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderpro%2Fdb2file/lists"}