Ingest data from elastic
MoX
Registered Posts: 1 ✭✭✭✭
hello guys,
consuming data from elasticsearch has been a bit of a challenge, i am unable to get the sub-fields from the schema as they are showing as a string rather than njson. I have attached a snapshot from the data sample.
as seen we have the destination fields which contains some other sub-fields which are the actual fields i will require for building my prediction models. any idea ?
Thanks,
MoX.
Answers
-
Hi,
You will want to use a prepare recipe with the "flatten object" and/or "extract JSONPath" processors in order to extract your data.