{"id":22065701,"url":"https://github.com/karenpayneoregon/sqldatatablelarge-visual-basic","last_synced_at":"2026-05-03T13:31:49.331Z","repository":{"id":110840669,"uuid":"322136786","full_name":"karenpayneoregon/SqlDataTableLarge-visual-basic","owner":"karenpayneoregon","description":"Code sample partitioning a large DataTable for export to csv","archived":false,"fork":false,"pushed_at":"2020-12-17T01:25:09.000Z","size":1816,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T00:29:15.146Z","etag":null,"topics":["async","csv","vbnet"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic .NET","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/karenpayneoregon.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":"2020-12-17T00:32:14.000Z","updated_at":"2020-12-17T01:25:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d3e0cf6-1dcf-4ef7-86ba-dca03c85e0ce","html_url":"https://github.com/karenpayneoregon/SqlDataTableLarge-visual-basic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2FSqlDataTableLarge-visual-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2FSqlDataTableLarge-visual-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2FSqlDataTableLarge-visual-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karenpayneoregon%2FSqlDataTableLarge-visual-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karenpayneoregon","download_url":"https://codeload.github.com/karenpayneoregon/SqlDataTableLarge-visual-basic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245144978,"owners_count":20568056,"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","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":["async","csv","vbnet"],"created_at":"2024-11-30T19:21:27.912Z","updated_at":"2026-05-03T13:31:44.306Z","avatar_url":"https://github.com/karenpayneoregon.png","language":"Visual Basic .NET","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nSimple no frills code sample to demonstrate exporting large DataTable to a comma delimited text file.\n\nThe focus in the code sample is Partitioning DataRows, see notes below.\n\n![screen](assets/A1.png)\n\n### Requires\n\n- To run this code sample **as is** [Microsoft Visual Studio 2019](https://visualstudio.microsoft.com/vs/) is required. If using for instance Visual Studio 2017 simply copy the files into a new Visual Studio solution and build/run.\n- Microsoft SQL-Server (at least [Express edition](https://www.microsoft.com/en-us/download/details.aspx?id=55994))\n- Plus [Microsoft SQL-Server Management Studio](https://www.microsoft.com/en-us/download/details.aspx?id=55994) (for running the script)\n- Run the file script.sql to create the database, table along with populating the table.\n- if the build fails run NuGet Restore packages.\n\n### Notes\n\n- No assertion performed on data, each DataRow is exported by String.Join on ItemArray of each row.\n- Partitioning is done using a language extension.\n- Partition is done [asynchronously](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/) with an option to cancel\n- File name is hard-coded.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarenpayneoregon%2Fsqldatatablelarge-visual-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarenpayneoregon%2Fsqldatatablelarge-visual-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarenpayneoregon%2Fsqldatatablelarge-visual-basic/lists"}