Question

how to sort files with dates and count them using json query to pass it as a httpcaller parameter

  • 29 May 2019
  • 1 reply
  • 2 views

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


1 reply

Badge +6

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

Reply