Skip to content

Expose CSV Parser to direct usage #389

@MichalKosowski

Description

@MichalKosowski

Proposal:
I am using Dapr to query InfluxDB. In this case, the returned response is a string with a raw, annotated CSV. There is no easy way to parse it. Your library already has a parser class but it is impossible to use it as the constructor is internal. It would be nice to expose a way to use it for parsing Flux CSV data

Current behavior:
No way to parse CSV using the library

Desired behavior:
Be able to create an instance of FluxCSVParser class and use it to parse already received CSV result string

Alternatives considered:
Writing your own parser, however, I do not see a point if someone already did that as part of handy library.

Use case:
Isolating data layer with Dapr bining

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions