I would like to ask for your help concerning the following issue of mine. Foremost I would be glad if you could provide me with a hint, how to tackle the following problem, especially, which kind of software I could use. I do not want to inflate the topics, but I am struggling to come to a beginning which software I should consider and I do not have anyone I could ask nearby.
The scenario is the following: I have a folder with "SEC EDGAR filings", i.e., .txt-documents enumerated from 1 to n. What I want to do is
- open the file,
- read information on some variables (e.g. company name, filing date, state of incorporation etc.) and
- create a data set in table form out of this,
for each of the n filings - i.e., I would need to go through a loop from 1 to n.
The result would look like this: would-like-to-end-up-with-table, where "serial number" refers to the number of the .txt-file the information stems from.
So, reading this topic and this, "R" seems to be capable of dealing with this kind of issues. What I am asking for is if, according to your assessment, utilizing R could potentially - if I do not prove to be too stupid to "get into" R - lead me to the desired result?
I would be glad, if you could provide your point of view concerning the aforementioned problem.
Yours sincerely, Mario