https://github.com/evoluteur/database-export-wizard
A step wizard for ASP.NET to export database objects to CSV, TXT, HTML, XML, or SQL.
https://github.com/evoluteur/database-export-wizard
asp-net aspnet csv csv-export database export export-csvfile exporter json step-wizard vb vb-net vbnet webcontrol wizard xml-serialization
Last synced: about 1 year ago
JSON representation
A step wizard for ASP.NET to export database objects to CSV, TXT, HTML, XML, or SQL.
- Host: GitHub
- URL: https://github.com/evoluteur/database-export-wizard
- Owner: evoluteur
- License: mit
- Created: 2020-09-30T09:21:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T10:03:37.000Z (over 5 years ago)
- Last Synced: 2025-01-13T11:12:12.852Z (about 1 year ago)
- Topics: asp-net, aspnet, csv, csv-export, database, export, export-csvfile, exporter, json, step-wizard, vb, vb-net, vbnet, webcontrol, wizard, xml-serialization
- Language: Visual Basic .NET
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# database-export-wizard
A step wizard for ASP.NET to export database objects to CSV, TXT, HTML, XML, or SQL.
It guides users through a few simple steps to choose a database object (table, view, or query), select columns, and export the data in any of the standard formats CSV, HTML, XML, or SQL.
### Step 1: Data Source
Select table, view or SQL query to export data from.

### Step 2: Columns to include
Select columns to include in the export and sorting options.

### Step 3: Export format and options
This last step is for selecting the export format and options.

Documentation in the [CodeProject article](https://www.codeproject.com/Articles/82674/Database-Export-Wizard-for-ASP-NET-and-SQL-Server) winner of Best VB.NET article of May 2010.
Copyright (c) 2020 [Olivier Giulieri](https://evoluteur.github.io/).