memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

Home Page:https://pypi.org/project/gqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand LOAD CSV with remote CSV location

katarinasupe opened this issue · comments

If anything is required, expand LOAD CSV with the possibility of loading CSV from a remote location. Maybe only docstring needs to be changed, not sure.

Do you mean to be able to use load_csv with https:// path? If so that is already possible otherwise please elaborate more. @katarinasupe

Yes @imilinovic, you're right. I just added all new clauses/clause options as issues, but I think that's already possible like you mentioned and only docstring in the code would have to be updated in this case. This is a low priority.