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

simplemap should support link mapping #10

Open
karsany opened this issue Mar 18, 2018 · 0 comments
Open

simplemap should support link mapping #10

karsany opened this issue Mar 18, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@karsany
Copy link
Owner

karsany commented Mar 18, 2018

new function should be added VAU's simplemap grammar and parser.
should handle link mappings too.

map for entity EMPLOYEE {
    source {
        [...]
    }
    business key EMPLOYEE_ID;
    attributes {
        [...]
    }
    #### new from here ####
    link with JOB through JOB_ID { 
        datagroup [...]
    }
    #### new to here ####
}
@karsany karsany added the enhancement New feature or request label Mar 18, 2018
@karsany karsany added this to the 2.0 milestone Mar 18, 2018
@karsany karsany self-assigned this Mar 18, 2018
@karsany karsany modified the milestones: 2.0, 2.1 Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant