-
https://www.sec.gov/files/investment/13flist2021q3.pdf Basically, I just need to read through this document and parse the columns "CUSIP NO", "ISSUER NAME", "ISSUER DESCRIPTION", "STATUS", so I can then store them in database for further processing. I have no idea why they don't provide this data in CSV format. But that's government efficiency for you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @gsbell, as a reminder, a pdf is not aware of tables... so you'll have to either find a way to parse it or use one of the libraries below: |
Beta Was this translation helpful? Give feedback.
-
Thank you, I got tabula to do exactly what I needed. |
Beta Was this translation helpful? Give feedback.
Hi @gsbell, as a reminder, a pdf is not aware of tables... so you'll have to either find a way to parse it or use one of the libraries below: