Instructions to make it work
- Make sure to fill every single description within your SSIS package, or at least, all the ones you care about. Like Variables, dataflow tasks, transfoormations, connections managers, etc.
- Copy the ssis_documenter.jar, resources folder and your *.dtsx file to the same folder
- Open a cmd window and write the following
java -jar ssis_documenter.jar nameOfYourDtsxFile.dtsx
Note:
Make sure that you have java runtime installed, and that you have the java folder in your environment variables. If not then just replace the "java" word for "C:\pathToYourJavaRuntime\bin\java" and that's it.
Let me know if you have problems