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

WIP: Make example with a nested condition #2

Open
bjdmeest opened this issue Apr 6, 2020 · 2 comments
Open

WIP: Make example with a nested condition #2

bjdmeest opened this issue Apr 6, 2020 · 2 comments

Comments

@bjdmeest
Copy link
Contributor

bjdmeest commented Apr 6, 2020

TODO: I still need to test this

myMapping:
    sources:
      - ["data.csv~csv"]
    s: http://example.com#$(ID)
    po:
      - p: ex:relation
        o:
          - mapping: myOtherMapping # Just and example
            condition:
              function: grel:boolean_and
              parameters:
                - parameter: grel:param_rep_b
                  value:
                    function: equal
                      parameters:
                        - [str1, "$(myId)"]
                        - [str2, "$(myOtherId)"]
                - parameter: grel:param_rep_b
                  value:
                    function: equal
                      parameters:
                        - [str1, "$(myName)"]
                        - [str2, "$(myOtherName)"]
@bjdmeest bjdmeest changed the title Make example with a nested condition WIP: Make example with a nested condition Apr 6, 2020
@pheyvaer
Copy link
Contributor

pheyvaer commented Apr 7, 2020

@bjdmeest Will you look into this?

@bjdmeest
Copy link
Contributor Author

bjdmeest commented Apr 7, 2020

on it

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