While trying to import the resolution --minutes created by using the timeseries2csv.py I noticed that csv2influxdb.py is not supporting the --resolution minutes.
timeseries2csv.py is exporting: minutes, day, month, year
csv2influxdb.py is importing: day, week, month, year
In my opinion export and import should have same options for --resolution.
I'm not a phyton programmer but I expect the correction as very little change (changing the click.options of --resolution.
I don't wanted to miss to inform about it.
While trying to import the resolution --minutes created by using the timeseries2csv.py I noticed that csv2influxdb.py is not supporting the --resolution minutes.
timeseries2csv.py is exporting: minutes, day, month, year csv2influxdb.py is importing: day, week, month, year
In my opinion export and import should have same options for --resolution. I'm not a phyton programmer but I expect the correction as very little change (changing the click.options of --resolution. I don't wanted to miss to inform about it.