WARN: Data not supported for extension 'csv'

What does this Warning mean:
Data not supported for extension ‘csv’

The csv data is rendered ok and I can not see any problem with the resulting files, however it makes me suspicious…

Thanks!

BTW the data used is just the copy pasted example down on the wikipedia csv page:

We have 2 “data features” in Hugo, the GetJSON and GetCSV functions, that also supports remote lookups. Then you can also drop JSON, TOML and YAML files inside /data. If you drop a CSV file inside /data and access it with GetCSV – it works, but isn’t how it was intented. Move the CSV files somewhere else and you should get rid of the warning.

1 Like