GraphEngine
GraphEngine copied to clipboard
GraphEngine.DataImporter
You need to update CommandLineParser to V2 to eliminate some warnings. Unfortunately there are breaking changes that will then need to be fixed.
could you elaborate about the "breaking changes"?
As it says at https://github.com/commandlineparser/commandline
Note: the API surface has changed since v1.9.x and earlier.
Some of the Option parameters have changed

DefaultValue is now Default. Not sure if there's an equivalent of MutuallyExclusiveSet.
Plus other stuff. Hmmm. Looks like they've made things over complicated.
Okay got it, thanks! Looks like it's API level changes and won't propagate to how a user uses the command line interface. I can do the work ;)
Working on it.
The DataImporter is a very important utility but in its current form is too hard to use. We need to be able to point it to a file, along with something like a SKOS file to parse column and field names. The tool should generate a TSL file automatically with no requirement to host TSL Schema for input processing.