If it's a CSV file, then you'll want to use readcsv or
DataFrames.readtable. If it's still in Excel format, you'll either want to
convert it first or try using Taro <https://github.com/aviks/Taro.jl>.

On Mon, Oct 13, 2014 at 5:56 PM, 'Max Dragon' via julia-users <
[email protected]> wrote:

> In my work I use foxpro to input data from excel files.  This data is
> formatted into fields like name, address1, address2, city, state, zip  and
> other data.  From examining the documentation it looks like Julia reads 1
> line at a time from a file.  There does not seem to be an easy way to
> format this line into separate fields.  Can anyone shed any light on how
> Julia handles this kind of file input?
>
> Thank you
>
> David
>

Reply via email to