JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
277 stars 55 forks source link

ArgumentError: embedded NULs are not allowed in C strings #263

Open versipellis opened 5 years ago

versipellis commented 5 years ago

Have a pretty big dataset I'm working on that's stored as a bunch of nested Dicts (originally from a JSON file). I can't share the data, but trying to do JLD.save("./file/name/here.jld", "data", data) throws ArgumentError: embedded NULs are not allowed in C strings:

Is there a workaround for this?