Skip to main content
Question

how to use sql like commands in json query and pass it through FME. If possible using HttpCaller, elasticReader, and FeatureReader

  • May 28, 2019
  • 1 reply
  • 31 views

I am trying to get the sql like json queries to get the documents from 5 days ago in descending order. ( filing_Date -5days)

what transformer to use and how do i pass the query?

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

Forum|alt.badge.img+2

The Elasticsearch reader supports JSON Query on the Elasticsearch reader feature type. The JSON document used for the query is the same as the one in the Elasticsearch API.