Skip to content

Commit 5f7e649

Browse files
authored
Update README.md
1 parent c610915 commit 5f7e649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ Note: Java 8 or higher is fine.
1717

1818
3) Open runUtil.bat in the editor of your choice (i.e. notepad)
1919
a) Change JREDIR to the location of your Java runtime environment (i.e. C:\Program Files\jre7 )
20-
b) Change the INPUTFILE to the full path of your Active Navigation spreadsheet (i.e. D:\path\to\DND-export.xlsx) - actual filename may vary
20+
b) Change the INPUTFILE to the full path of your Active Navigation spreadsheet (i.e. D:\path\to\your-dept-export.xlsx) - actual filename may vary
2121

2222
3) Open a command window, and CD to the path you unzipped to in step 2);
2323

2424
4) Type runUtil;
2525

2626
That's it!!
27+
Please note that the input file should be an Excel spreadsheet (.xlsx) and not a CSV file. If you have a CSV file, you can open in Excel and save it as an Excel spreadsheet.
2728

2829
Note that to configure the actual transformation, you can edit the properties file (in this case, DND-POC.properties). The properties
2930
file has lots of details about what each of the settings means. Send any questions to [email protected].

0 commit comments

Comments
 (0)