Open cbordeman opened 2 years ago
Thanks for submitting this! I have to confess that I built this project in 2012 so that I could migrate code from Avalara's old SSIS process into a C# application that I could better manage and develop. Once I had migrated the program from SSIS to C#, it became hard to maintain this code since I didn't have a backlog of other SSIS packages to test.
The good news is that it sounds like you might have a package we could use as a test! I'd also have to do some significant work on the C# front: code from 2012 was written in C# 3.5 I think and it would need to be uplifted to dot net core 5. Would you be open to collaborating to update this code? Are you able to share the SSIS package for us to work on it together?
Any chance of converting PackageFormatVersion 8 format SSIS packages? I inherited this from someone else and don't know a thing about SSIS. I tried updating your project to v8's format (was gonna do a PR), but got stuck on the precedence data, which seems totally changed to the point I can't guess how to adjust your code.
Maybe there are other tools or ways to migrate from SSIS to code?