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 some data filter and more ETL functions when we use data load #86

Closed
handsonbao opened this issue Jan 11, 2022 · 0 comments · Fixed by #453
Closed

support some data filter and more ETL functions when we use data load #86

handsonbao opened this issue Jan 11, 2022 · 0 comments · Fixed by #453
Labels
type/feature req Type: feature request

Comments

@handsonbao
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When i use load data, i can just split the files into several parts.
For example, i have a file named f1. I need to load it into a "Tag" named account and two "Edge type" named debit and loan.
The first column is source account id, the second column is target account id, the third column is edge type, the fourth column is amount.
I need to load the f1 into the edge type debit and loan by the value of the third column.
image

Describe the solution you'd like
A clear and concise description of what you want to happen.
support some data filter and more ETL functions when we use data load

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
manually by other tools, such as mysql, shell or python.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants