orca-zhang / influxdb-cpp

💜 C++ client for InfluxDB.
MIT License
163 stars 83 forks source link

not possible to import from a file? #30

Closed MtSimba closed 6 months ago

MtSimba commented 4 years ago

I can see the function -import is not a part of this library. Is there any intention of adding that influx command?

orca-zhang commented 4 years ago

I think it's easy to make a small wrap that read from file then insert them by calling existing function, and it's not necessary to add an addition function.