-
Notifications
You must be signed in to change notification settings - Fork 8
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
Inconsistent CSV output #276
Comments
The issue seems to be that the grouping results are created differently than the regular results, see ohsome-api/src/main/lombok/org/heigit/ohsome/ohsomeapi/executor/AggregateRequestExecutor.java Lines 191 to 197 in 44a7e04
ohsome-api/src/main/lombok/org/heigit/ohsome/ohsomeapi/executor/AggregateRequestExecutor.java Lines 216 to 225 in 44a7e04
ohsome-api/src/main/lombok/org/heigit/ohsome/ohsomeapi/executor/AggregateRequestExecutor.java Lines 279 to 306 in 3d0d93d
|
Bug Description
The way the CSV output is configured differs between endpoints.
Sometimes fields are quoted with double-quotes (/elements/count) and s.t. not (/elements/count/groupBy/boundary)
E.g.:
elements/count/
elements/count/groupBy/boundary
General Information
Please include the following general information about the issue and list any additional steps needed to reproduce the bug.
Expected Behaviour
Expected is that all ohsomeAPI CSV output follows the same encoding
Further Information
Error Messages, Logs, Screenshots
If applicable, add printed error messages, log files or screenshots to help explain your problem.
Additional Information
Add any other further information about the problem here.
Notes
Please consider to upload a file if request parameters, responses, error messages or logs are too long or poorly displayed in your bug report.
The text was updated successfully, but these errors were encountered: