using rename and replace in single transform object #341
Answered
by
toluaina
prakharverma01
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
prakharverma01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when using rename and replace in same transform object for a children object, renaming of keys are performed but the replacing is not done.
My schema.json looks like :
Here, to transform data of child table, I have used replace & rename in a single transform object, the renaming of keys is working as expected but In the elasticsearch index rentalfrequency should become weekly, fortnightly or Monthly, if its 0, 1, 2 which is not happening.
Below is a snippet for child table object from ES :
Can you help me ?
Beta Was this translation helpful? Give feedback.
All reactions