Hello all, I have a flat file consisting of Series ID, Data, Year, Period, Period Name and Value. It is of the form: [{"seriesID":"CES1000000001","data":[{"year":"2014","period":"M06","periodName":"June","value":"907","footnotes":[{"code":"P","text":"preliminary"}]},{"year":"2014","period":"M05","periodName":"May","value":"903","footnotes":[{"code":"P","text":"preliminary"}]},{"year":"2014","period":"M04","periodName":"April","value":"901","footnotes":[{}]}, and so forth, This file contains 6 possible variables I'd like to read this file into a data set, such that each variable gets its own entry (ideally without the quotation mark or other delimters). Please help as I seem unable to properly read it into sas. Kind regards
... View more