Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vorto Mapping Engine - Mapping Specification Reader from DSL #815

Closed
aedelmann opened this issue Nov 30, 2017 · 1 comment
Closed

Vorto Mapping Engine - Mapping Specification Reader from DSL #815

aedelmann opened this issue Nov 30, 2017 · 1 comment

Comments

@aedelmann
Copy link
Contributor

aedelmann commented Nov 30, 2017

A developer is able to create a mapping specification directly from DSL files

Example:

IMappingSpecification spec = MappingSpecificationInputStreamReader.create()
                 .setInfomodel(new FileInputStream(...))
                 .setReferences(new FileInputStream(...))
                 .setMappings(new FileInputStream(...))..read();

// create mapper with mapping specification
@aedelmann
Copy link
Contributor Author

JSON Reader for Mapping Specification is available. See https://github.com/eclipse/vorto/tree/development/mapping-engine for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant