Reading a csv file into a table
Posted: Tue Jul 05, 2011 4:28 am
Bonjour,
I have a table of metadata stored in a csv file. I'd like to be able to import it as an Eviews table. Is there a way to achieve that using an eviews program ? It is easy to export an Eviews Table into a text file but import does not seems to exist. May be there is a more appropriate Eviews object to store metadata ?
Thanks
Arnaud Atoch
CSV file content
Variable,Type,Power,Formula_Q,Formula_A,Flag
GDP,GROWTH,9,PGDP*GDPV,convert(averaged),I
CPV,GROWTH,9,ND,convert(averaged),F
Expected result in an Eviews Table
Variable Type Power Formula_Q Formula_A Flag
GDP Growth 9.000000 PGDP*GDPV Convert(averaged) I
CPV Growth 9.000000 ND Convert(averaged) F
I have a table of metadata stored in a csv file. I'd like to be able to import it as an Eviews table. Is there a way to achieve that using an eviews program ? It is easy to export an Eviews Table into a text file but import does not seems to exist. May be there is a more appropriate Eviews object to store metadata ?
Thanks
Arnaud Atoch
CSV file content
Variable,Type,Power,Formula_Q,Formula_A,Flag
GDP,GROWTH,9,PGDP*GDPV,convert(averaged),I
CPV,GROWTH,9,ND,convert(averaged),F
Expected result in an Eviews Table
Variable Type Power Formula_Q Formula_A Flag
GDP Growth 9.000000 PGDP*GDPV Convert(averaged) I
CPV Growth 9.000000 ND Convert(averaged) F