CSVFiles.jl
CSVFiles.jl copied to clipboard
Add support for DAT files
It would be convenient to have a support for DAT files with the .dat
extension and with space/tab separators.
The CSVFiles
package can already be used to read the space-separated columns (spacedelim=true
) but it looks strange when you have to name such files with the .csv
extension.