Page 1 of 1

Unsupported Source Format

Posted: Mon Dec 07, 2015 9:27 am
by SamChampanhet
Hi,

I am working on Eviews 9, trying to import data from an xls spreadsheet. I first did it manually and got the following captured command:
importtbl(name=cty_list) C:\GCM\1215\CTY_LIST.xlsx range=CTY_LIST na="#N/A"importtbl(name=cty_list) C:\GCM\1215\CTY_LIST.xlsx range=CTY_LIST na="#N/A" which worked fine.
I am not trying to run almost the exact same command in a program using the command:
importtbl(name=cty_list) C:\GCM\{%new}\CTY_LIST.xlsx range=CTY_LIST na="#N/A"
but I get the following error message:
"Unsupported source format for import in "IMPORTTBL(NAME=CTY_LIST) C:\GCM\1215\CTY_LIST.XLSX RANGE=CTY_LIST NA="#N/A""."
I tried to run the program to read in an xls file, same error message...

Not sure what I am doing wrong here.
Thanks a lot in advance for your help!

Re: Unsupported Source Format

Posted: Mon Dec 07, 2015 9:59 am
by EViews Steve
This was a bug introduced by the latest patch (meant to fix path with space problems with IMPORTTBL and IMPORTMAT). It'll be fixed in the next one. In the interim, if you'd like to rollback to the previous version, you can download one of these manually and install it so you can get IMPORTTBL working again.

32-bit EViews 9: http://eviewsupdates.s3.amazonaws.com/E ... 111615.exe
64-bit EViews 9: http://eviewsupdates.s3.amazonaws.com/E ... 111615.exe
Student Version EViews 9: http://eviewsupdates.s3.amazonaws.com/E ... 111615.exe

Steve

Re: Unsupported Source Format

Posted: Mon Dec 07, 2015 10:46 am
by SamChampanhet
Thanks a lot for your quick answer! I will do that manually until the next release, no problem!