Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

[API] Expose parser-hdbti functionality with a REST API #346

Closed
StanZGenchev opened this issue Jul 20, 2021 · 2 comments · Fixed by #367
Closed

[API] Expose parser-hdbti functionality with a REST API #346

StanZGenchev opened this issue Jul 20, 2021 · 2 comments · Fixed by #367

Comments

@StanZGenchev
Copy link
Contributor

In order to create a form based editor for hdbti files and resolve #73 and #345 we need a REST API for sending the hdbti file contnets and getting a JSON response.

@antoanetamh
Copy link
Contributor

Research for JAX-RS?

@ThuF ThuF added this to the 0.8.0 milestone Jul 28, 2021
@ThuF ThuF added this to To do in Backlog via automation Jul 28, 2021
@StanZGenchev
Copy link
Contributor Author

StanZGenchev commented Jul 28, 2021

The output JSON should look like this:

[
  {
    "table": "someStats",
    "schema": "someStatsSchema",
    "file": "/workspace-name/project-name/folder/someStats.csv",
    "header": true,
    "useHeaderNames": true,
    "delimField": ";",
    "delimEnclosing": "\"",
    "distinguishEmptyFromNull": true,
    "keys": [
      {
        "column": "GROUP_TYPE",
        "values": [
          "BW_CUBE",
          "BW_DSO"
        ]
      }
    ]
  }
]

@ThuF ThuF moved this from To do to Sprint in Backlog Aug 11, 2021
@antoanetamh antoanetamh moved this from Sprint to In progress in Backlog Aug 11, 2021
Backlog automation moved this from In progress to Done Aug 12, 2021
@antoanetamh antoanetamh moved this from Done to Review in progress in Backlog Aug 12, 2021
@ThuF ThuF moved this from Review in progress to Done in Backlog Aug 13, 2021
@ThuF ThuF moved this from Done to 0.8.0 in Backlog Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Backlog
0.8.0
Development

Successfully merging a pull request may close this issue.

4 participants