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

Type Mapping Transformation: Autopopulate Keys Update #376

Open
DnOberon opened this issue Sep 23, 2024 · 1 comment
Open

Type Mapping Transformation: Autopopulate Keys Update #376

DnOberon opened this issue Sep 23, 2024 · 1 comment

Comments

@DnOberon
Copy link
Collaborator

Bug Description

The "autopopulate keys" function during type mapping transformations uses an exact match and is case sensitive. However, the json payload typically uses syntax (e.g., data.description) that is different than the "cleaner" version of the ontology in Deep Lynx (e.g., Description). Also, the ontology (e.g., Control Center) may not be a perfect one to one match with the payload value (e.g., controlcenter), so a bag of words or closest match technique would greatly simplify large type mappings.

Steps to Reproduce

Using container 49 in Deep Lynx Acceptance, type mapping the Windchill data source.

Impact

This is not a blocker by any means, but a type mapping of 23 shapes took ~1 hour with all the button clicks whereas with a flexible autopopulate function, it probably would've been 10 minutes. This would be beneficial when we have larger data sources and type mappings.

@browjm4
Copy link
Collaborator

browjm4 commented Sep 23, 2024

this is a feature request, not a bug

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

No branches or pull requests

2 participants