Reading txt-file, special case
Posted: Tue Mar 04, 2014 3:27 am
Hi
I'm making a API-call via a VBA-script in order to get some data. The VBA-script creates a txt-file (see attached file).
I'm using
I have problem to tranforme the data from alphaseries to timeseries. I've tried using
but Eviews transform wrong because I have space delimiter characters in the numbers?
How to do?
Regards Johan
I'm making a API-call via a VBA-script in order to get some data. The VBA-script creates a txt-file (see attached file).
I'm using
Code: Select all
wfopen "G:\Pro\Led\ProcessMetod\Api\Data\Data.Txt" skip=1 colhead=1 delim="," byrow
pagestruct(freq=q, start=1993)Code: Select all
types = "f"
How to do?
Regards Johan