-
Task
-
Resolution: Done
-
Minor
-
None
CSV Import files support 2 records types (1 - application, 2 - dependency). Current CSV parser implementation identifies columns for Dependency and Dependency direction by calculating row length and going from its end.
This should be simplified to hardcode column numbers indexed from zero.
Related code https://github.com/konveyor/tackle2-hub/pull/93