Closed mwaldstein closed 6 years ago
Bug report from Mohan:
Filing: https://www.sec.gov/Archives/edgar/data/104938/0000950131-94-000440.txt
Fix: chomp empty lines in parse_text_filing:
filing_doc <- gsub("\\n +\\n", "\n\n", filing_doc)
Bug report from Mohan:
Filing: https://www.sec.gov/Archives/edgar/data/104938/0000950131-94-000440.txt
Fix: chomp empty lines in parse_text_filing: