Page 1 of 1

fetch from eia database or eia bulk file

Posted: Tue Jun 16, 2015 12:51 pm
by eric01
Hi

I need to fetch a few series from eia.gov database. I downloaded the bulk file but am not able to fetch all the needed series. Apparently some names given in the eia database cannot be used by eviews (in my case, names too long apparently). I tried different ways but it doent't work. I can do it by clicking but I need a way to program it since I am not the final user. Could someone help? Thanks. (eviews 8.1)

Re: fetch from eia database or eia bulk file

Posted: Tue Jun 16, 2015 6:52 pm
by EViews Jason
You will need to setup object aliases for the eia database. Object alias provide a means to rename the illegal series. There unfortunately isnt a way to rename the series programmatically. You will have to create your aliases via the user interface.

To do so, open the EIA database and the select view->object aliases. In the window add your aliases. For example

Code: Select all

myseries1= illegalEIALongName myseries2= anotherLongName
More information can also be found in the documentation.

Re: fetch from eia database or eia bulk file

Posted: Mon Jun 22, 2015 7:36 am
by eric01
ok. Thanks.