Exportation affluxDB vers CSV

influx -database 'database_name' -execute 'SELECT * FROM table_name' -format csv > test.csv
Thoughtless Tapir