JuliaData / DelimitedFiles.jl

A package for reading and writing files with delimited values (Originally a Julia stdlib)
MIT License
18 stars 2 forks source link

Read file with missing values #26

Closed bojohnson5 closed 1 year ago

bojohnson5 commented 1 year ago

Having missing data in a file from previous results means you can't use DelimitedFiles. Is there a way to make it so you can read in a file and if it contains missing values to still return the contents of a file?