microsoft / GraphEngine

Microsoft Graph Engine
http://www.graphengine.io/
MIT License
2.2k stars 329 forks source link

GraphEngine.DataImporter #172

Open PhilPJL opened 6 years ago

PhilPJL commented 6 years ago

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

capture1

yatli commented 6 years ago

could you elaborate about the "breaking changes"?

PhilPJL commented 6 years ago

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.

yatli commented 6 years ago

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.

TaviTruman commented 2 years ago

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.