Importing data from Troll database
Posted: Thu Feb 14, 2013 9:02 am
Hi,
I am currently using two softwares: Eviews and TROLL. Previously, the READ command could import only “ASCII”, “wk1”, or “xls” files type. Now with Eviews 7, by using of IMPORT command further files types are supported.
In the Option Keywords of the IMPORT command it is written as part of different file types:
RATS Portable / TROLL "l", "trl"
I tried to use these options, but it is not working. Here is some of the codes that I have tested:
import basetroll.trl
import(t=trl) basetroll.trl
import(t=trl) v:\mypath\basetroll.trl
The Error Message I get is: “Unsupported source format for import in “IMPORT BASE.TRL
The other Eviews commands, DBOPEN, WFOPEN, and DBCOPY, have RATS Portable / TROLL files types in their Option Keywords.
When I use DBCOPY: dbcopy v:\mypath\basetroll.trl baseviews.edb Eviews crashes and closes…
If I do not program my import but do it by hand through my workfile : Proc/import/Import from file…
In the combo box of the files types, there is not TROLL but only “Rats Portable – as workfile (*.trl)” available.
Am I using these commands correctly? What can I do to import data from TROLL? Is it possible?
Thanks for your help,
I am currently using two softwares: Eviews and TROLL. Previously, the READ command could import only “ASCII”, “wk1”, or “xls” files type. Now with Eviews 7, by using of IMPORT command further files types are supported.
In the Option Keywords of the IMPORT command it is written as part of different file types:
RATS Portable / TROLL "l", "trl"
I tried to use these options, but it is not working. Here is some of the codes that I have tested:
import basetroll.trl
import(t=trl) basetroll.trl
import(t=trl) v:\mypath\basetroll.trl
The Error Message I get is: “Unsupported source format for import in “IMPORT BASE.TRL
The other Eviews commands, DBOPEN, WFOPEN, and DBCOPY, have RATS Portable / TROLL files types in their Option Keywords.
When I use DBCOPY: dbcopy v:\mypath\basetroll.trl baseviews.edb Eviews crashes and closes…
If I do not program my import but do it by hand through my workfile : Proc/import/Import from file…
In the combo box of the files types, there is not TROLL but only “Rats Portable – as workfile (*.trl)” available.
Am I using these commands correctly? What can I do to import data from TROLL? Is it possible?
Thanks for your help,