You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,46 +12,42 @@ It stores fields with multiple values as separate tables linked with a foreign k
12
12
13
13
### Download
14
14
15
-
1\.Click [Download as .zip] above.
15
+
1\. Download the [latest release](https://github.com/UziTech/NSF2SQL/releases/latest).
16
16
17
17
### Open
18
18
19
-
2\. Unzip the file and go to \NSF2SQL\bin\Debug.
20
-
21
-

22
-
23
-
3\. Open NSF2SQL.exe.
19
+
2\. Open NSF2SQL.exe.
24
20
25
21
### Search
26
22
27
-
4\. Click [Search Server] to search for an application on a Domino Server or [Search Computer] to browse your computer for a .nsf file.
23
+
3\. Click [Search Server] to search for an application on a Domino Server or [Search Computer] to browse your computer for a .nsf file.
28
24
29
25

30
26
31
-
5\. Enter the server information if searching a server or just the password if opening a local file.
27
+
4\. Enter the server information if searching a server or just the password if opening a local file.
32
28
33
29

34
30
35
31
### Select
36
32
37
-
6\. Select the database to export and click [Export Documents].
33
+
5\. Select the database to export and click [Export Documents].
38
34
39
35

40
36
41
37
### Parse
42
38
43
-
7\. Wait until the program is done parsing the documents.
39
+
6\. Wait until the program is done parsing the documents.
44
40
45
41

46
42
47
43
### Export
48
44
49
-
8\.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.
45
+
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.
50
46
51
47

52
48
53
-
9\. 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
49
+
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
54
50
55
51

56
52
57
-
10\. 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.
53
+
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.
0 commit comments