Specify frequency of page using 'pageload' command
Posted: Wed Oct 26, 2016 12:55 pm
My code reads CSV data into a new page(tab) within a workfile window. EViews picks up the frequency of the time series but the page is still labelled as undated/unstructured/no frequency. I would like the specify the frequency of the data within this line of code if possible.
Code: Select all
pageload "C:\filepath\newdata.csv" ftype=ascii rectype=crlf skip=0 fieldtype=delimited delim=comma byrow colhead=2 namepos=first eoltype=pad badfield=NA @id date @smpl @all