Friday 7 July 2017

julia reading a string as if it's a file.

This opens all those file reading functions to direct input. :) julia> readcsv(IOBuffer("1,\"text, more text\",3,4")) from https://stackoverflow.com/questions/21437137/how-to-parse-csv-files-with-double-quoted-strings-in-julia

No comments:

Post a Comment