GitXplorerGitXplorer
U

NSF2SQL

public
49 stars
31 forks
10 issues

Commits

List of commits on branch master.
Verified
0e7bb795a6988a71f1f90efbe8b8291896eb268c

Merge pull request #100 from UziTech/dependabot/nuget/MySql.Data-8.4.0

UUziTech committed 5 months ago
Verified
448968311f8d97cc8a014589b041028328582a03

Merge pull request #95 from UziTech/dependabot/nuget/SSH.NET-2024.0.0

UUziTech committed 5 months ago
Verified
20d74f0f0ab5df4f90b3eb93d54f570264439b00

Bump MySql.Data from 8.3.0 to 8.4.0

ddependabot[bot] committed 9 months ago
Verified
c1eb70b64c62b2be7619048da0896cd11f7781c9

Bump Google.Protobuf from 3.25.2 to 3.26.1

ddependabot[bot] committed 10 months ago
Verified
f31b20c765dfa9b5d9a48294b7be5c18588ce80f

Bump K4os.Compression.LZ4 from 1.3.6 to 1.3.8

ddependabot[bot] committed 10 months ago
Verified
6d916d71f0dd8e8f0df7bdfe13e745f0cb26cfb2

Bump SSH.NET from 2023.0.1 to 2024.0.0

ddependabot[bot] committed a year ago

README

The README file for this repository.

NSF2SQL

Convert Lotus notes (.nsf) to SQL

This application finds Lotus Notes applications on a Domino server or local computer and exports the documents to a SQL file or directly to a MySQL server.

The tables are forms with each document as a row.

It stores fields with multiple values as separate tables linked with a foreign key.

Tutorial

Download

1. Download the latest release.

Open

2. Open NSF2SQL.exe.

Search

3. Click [Search Server] to search for an application on a Domino Server or [Search Computer] to browse your computer for a .nsf file.

4. Enter the server information if searching a server or just the password if opening a local file.

Select

5. Select the database to export and click [Export Documents].

Parse

6. Wait until the program is done parsing the documents.

Export

7.Once all documents are parsed it will ask if you want to export to a server. Click [Yes] to have the sql imported directly to a MySQL server or click [No] to have the SQL dumped to a file so you can import it a different way.

8. If you chose to have the program import it directly to a MySQL server it will ask for your server information. Database is the name you want for the new database

9. If you chose to dump the SQL to a file it will be saved to a file called "export.sql" on your desktop and it will be opened after the program creates it.