Skip to content

Commit

Permalink
Fixed the fromCSV function
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored and bthesorceror committed Feb 13, 2019
1 parent f2f63a6 commit d97804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/flux/constants/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit d97804a

Please sign in to comment.