An open API service indexing awesome lists of open source software.

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.

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.

![Screenshot1](https://raw.githubusercontent.com/evoluteur/database-export-wizard/master/screenshots/step1.gif)

### Step 2: Columns to include

Select columns to include in the export and sorting options.

![Screenshot2](https://raw.githubusercontent.com/evoluteur/database-export-wizard/master/screenshots/step2.gif)

### Step 3: Export format and options

This last step is for selecting the export format and options.

![Screenshot2](https://raw.githubusercontent.com/evoluteur/database-export-wizard/master/screenshots/step3.gif)

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/).