Ignore comments with CSV.read(...)

When reading a csv file with CSV.read(…), is it possible to ignore lines that start with a character (for example #)?

In other words, I want to read a file that contains comments.

This is an open issue at the moment:
https://github.com/JuliaData/CSV.jl/issues/122

1 Like