Hi, suppose I have an ASCII file with data in rows, what is the command line to import the data series row by row?
I know how to do this manually, but I am writing a program to import the data.
An imaginery ASCII data set would look like this:
GDP, 1, 3, 5, 7, 9
CONS, 0.5,2,3,5,7
M1,2,3,4,5,6
Thanks!
Command line for importing data in rows
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13600
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Command line for importing data in rows
You want the READ command with a t option:
read(t) myfile.xls
read(t) myfile.xls
Re: Command line for importing data in rows, Eviews
Hi, it works. You are great.
Just to help future readers to this forum:
To import "my.csv" with data series in rows, series name in the first column, data file layout rectangular, with 3000 data series, the command line to use is
read(t,rect, name, label=1) my.csv 3000
Thanks a lot!
Just to help future readers to this forum:
To import "my.csv" with data series in rows, series name in the first column, data file layout rectangular, with 3000 data series, the command line to use is
read(t,rect, name, label=1) my.csv 3000
Thanks a lot!
Who is online
Users browsing this forum: No registered users and 2 guests
