-
Notifications
You must be signed in to change notification settings - Fork 494
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
apoc.export.csv.query() does not register duration.inSeconds formatting #1184
Comments
Hi, But I cannot figure out how the dashboard is working: the output from csv.query is calling the |
@vboulaye |
Based on a slightly updated variant of this test, the Java API of Neo4j and Cypher-Shell return 1 value: |
@fbiville any news on this? |
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
Expected Behavior (Mandatory)
CALL apoc.export.csv.query(" ... ... RETURN duration.inSeconds(a.timeStamp, b.timeStamp) ..." )
should return "P0M0DT2651S" in the csv file (only seconds)
Actual Behavior (Mandatory)
wrongly returns "PT44M11S" in csv file (minutes and seconds)
(when queried directly on Neo4j, it correctly returns "P0M0DT930S" on the dashboard)
How to Reproduce the Problem
Simple Dataset (where it's possible)
Steps (Mandatory)
Screenshots (where it's possible)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: