Fixed the fromCSV function

pull/5265/head
Russ Savage 2019-02-13 13:23:23 -08:00 committed by Brandon Farmer
parent f2f63a6cf2
commit d97804adc4
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ export const functions: FluxToolbarFunction[] = [
},
],
desc: 'Retrieves data from a comma-separated value (CSV) data source.',
example: 'from(file: "/path/to/data-file.csv")',
example: 'fromCSV(file: "/path/to/data-file.csv")',
category: 'Inputs',
link: 'https://docs.influxdata.com/flux/latest/functions/inputs/fromcsv',
},