Hi,
I'm importing data from quite a few different CSV files. Hence I include a line like
import T:\ZAPPS\Eviews\CSV\accom_ann.csv @freq q 1996q3
in programs.
My problem is that sometimes the series titles are read in based on the labels in CSV file and other times (despite labels being present in the CSV file) the series are named series01, series02 etc.
I have attached two csv files.
A program with
import T:\ZAPPS\Eviews\CSV\manqnew1.csv @freq q 1996q3
in it downloads the series with the names in the csv file (with the .'s substitued with _'s as you'd expect)
but
import T:\ZAPPS\Eviews\CSV\accom_ann.csv @freq a 1996
gives me series named series01... etc
Why is this and what can I do to get the series to take the names in the csv file?
I'm using Eviews 7.2 enterprise
thanks
series names from data imported from CSV files
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
series names from data imported from CSV files
- Attachments
-
- Accom_ann.csv
- (7.44 KiB) Downloaded 250 times
-
- MANQnew1.csv
- (46.85 KiB) Downloaded 280 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: series names from data imported from CSV files
The attachments became corrupted somehow. Could you attach them again?
Re: series names from data imported from CSV files
files reattached - if this doesn't work I can email
- Attachments
-
- MANQnew1.csv
- (46.85 KiB) Downloaded 340 times
-
- Accom_ann.csv
- (7.44 KiB) Downloaded 368 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: series names from data imported from CSV files
Force EViews not to skip any header lines:
Code: Select all
import T:\ZAPPS\Eviews\CSV\accom_ann.csv skip=0 @freq q 1996q3
Re: series names from data imported from CSV files
thanks - perfect
Who is online
Users browsing this forum: No registered users and 2 guests
