On Friday, July 18, 2014 7:12:32 AM UTC-4, Andrei Berceanu wrote:
>
> Space is an issue, yes, but I agree, I can process them one by one using 
> some sed scripting. I just thought there is a simple idiom corresponding to 
> Python's 2-liner above.
>

Sure, you can do:

datastring = replace(readall("foo.dat"), "D", "e")
data = readdlm(IOBuffer(datastring))

​
>>
>

Reply via email to