Skip to main content

like in sql, select company_name, filing date, count(*) c from index would give able of company_name, date of when it was entered or filed, and counts the number of files on a particular day

Have you thought about using a Python caller to create a file listing of a directory? I attached a VERY simple example of how to get a listing of files and return it as a JSON list.

You can expand on this as much as you would like.

directorytojson.fmw