GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

GraphEngine.DataImporter

Open PhilPJL opened this issue 7 years ago • 4 comments

You need to update CommandLineParser to V2 to eliminate some warnings. Unfortunately there are breaking changes that will then need to be fixed.

capture1

PhilPJL avatar Mar 17 '18 20:03 PhilPJL

could you elaborate about the "breaking changes"?

yatli avatar Mar 18 '18 04:03 yatli

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

image

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.

PhilPJL avatar Mar 18 '18 13:03 PhilPJL

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.

yatli avatar Mar 19 '18 01:03 yatli

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.

TaviTruman avatar Jun 14 '22 20:06 TaviTruman