-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Would be great to have a load data/import function #109
Comments
You can load data with https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/ Or do you have something else on the mind? It would be nice if you can add more details. |
Hi Michal,
I mean as a function in your dashboard, so that
I do not need to code it in Cypher 😊
Michal Štefaňák ***@***.***> schrieb am Di. 12. Nov. 2024 um
07:47:
… You can load data with
https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/
Or do you have something else on the mind? It would be nice if you can add
more details.
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEENXWICKUHM4GTS747BXYD2AGP6JAVCNFSM6AAAAABRPDDZUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZG4ZDSMJVGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It's not only about button and choosing the file. It will require some form where user can customize what will happen, how the informations will be used. During import you can do multiple things with processed row, like create/merge node/rels and add/change properties. That feels complex and first we need to come up with proper ui/ux. |
You are right Michal, but that extension of your webservice would be very
helpful for users and would force them to do a kind of data clensing prior
to dump the data into neo4j. That could help with data acuracity and may
avoid data cleanup after insert.
Michal Štefaňák ***@***.***> schrieb am Do. 14. Nov. 2024 um
18:43:
… It's not only about button and choosing the file. It will require some
form where user can customize what will happen, how the informations will
be used. During import you can do multiple things with processed row, like
create/merge node/rels and add/change properties. That feels complex and
first we need to come up with proper ui/ux.
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEENXWOYS6FUNRRLSBXQZGD2ATOKPAVCNFSM6AAAAABRPDDZUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZXGA2DEOBZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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 [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: