Hi,
I’m using your C# InfluxDb.Client library (v.1.12) to export and parse a .CSV file using your FluxCsvParser that generates FluxRecords. I need to group all possible records into a single object, more likely into a list of those grouped objects.
I’ve exported a .CSV that was generated form data in a single “Line protocol” line. It resulted in 2 lines in an exported .CSV.
On what criteria can I determine that those two lines came from the same “Line protocol” line?