Question

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

  • 28 May 2019
  • 1 reply
  • 3 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?


1 reply

Badge +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.

Reply