zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

[csv] Code-Assist for columns #17

Open mchlrch opened 5 years ago

mchlrch commented 5 years ago

Allow for autocomplete with correct columns from CSV header.

For this, we can do a standalone CLI tool that reads CSV header, generates the appropriate EMF object model for LogicalSource and then serializes into DSL text.

xrm-cli -extract-sources -csv mytable1.csv mytable2.csv > foobar-sources.xrm