Will Munn
Will Munn
Sure, here's an example XML https://github.com/willm/DDEXUI/blob/master/ddex/tests/resources/ddex-sample.xml
Hi, Are you sure you are running the program with python 3 and not python 2? The default ubuntu python install is 2. from the root of the project, try...
Hmm that's strange, are you running that command from the root directory of the project?
I'm also having this problem
Hi any update on this? I'm trying to upgrade to the new version of proton pass, the aur package is broken and I can't build from source because of this.
Addresses #1054
@juanri0s The issue #102 test was flaky due to not always completing in jest's default 5 second timeout, I increased the test timeout to 7 seconds. I hope this is...
Hi @juanri0s is there any more feedback on this?
I'm assuming you'd have to do something similar to [the httpfs extension](https://github.com/duckdb/duckdb_httpfs/blob/5546f3a06b31fdf4ca8372fe73415a48ac51e7bc/extension/httpfs/httpfs.cpp#L448) and override the OpenFile method?
Another approach to avoid having to write more C++ would be to use the httpfs extension and actually start a server during the import process and pipe your csv stream...