Skip to main content
Question

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

  • May 29, 2019
  • 1 reply
  • 8 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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

dellerbeck
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 33 replies
  • May 30, 2019

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