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

support custom rules for datasource #139

Merged
merged 2 commits into from May 17, 2023
Merged

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented May 17, 2023

close #131

config eg:
add udf config for vertex of tag(source/target of edge)

        udf:{
                          separator:"_"
                          oldColNames:[a,b,c]
                          newColName:[test]
                      }

source data:

a b c d
tom bob jina tim

customed data:

a b c d test
tom bob jina tim tom_bob_jina

@Nicole00 Nicole00 requested a review from wey-gu May 17, 2023 07:50
@wey-gu wey-gu added the doc affected PR: improvements or additions to documentation label May 17, 2023
@Nicole00 Nicole00 merged commit a2da575 into vesoft-inc:master May 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support custom the vid rules for datasource
2 participants