Dear all,
I face a problem using a .json file (https://www.sec.gov/files/company_tickers.json) in Stata. Using the insheetjson command gets me the following problem with this code.
Any help would be appriciated!
Code:
Response:
I face a problem using a .json file (https://www.sec.gov/files/company_tickers.json) in Stata. Using the insheetjson command gets me the following problem with this code.
Any help would be appriciated!
Code:
Code:
gen str10 cik_str = "" gen str10 ticker = "" gen str50 title = "" insheetjson cik_str ticker title using "cik_ticker_company.json", columns("cik_str" "ticker" "title") tableselector("*") flatten replace
Code:
libjson::parse: unexpected character '9' at position 68609 forced error #-22 VERSAL DISPLAY CORP \\PA\\"},"968":{"cik_str":6201,"ticker": ^ parse error here! IONAL INC /DE/"},"967":{"cik_str":1005284,"ticker":"OLED","title":"UNIVERSAL DISPLAY CORP \\PA\\"},"968":{"cik_ > str":6201,"ticker": Warning: No response from source?!?
Comment