-
Couldn't load subscription status.
- Fork 96
Description
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