{
"recordA": {
"recordB": {
"someField1" : "john"
"somefield2": "smith"
}
}
}
and wish to move the fields up one level so recordB disappears and the fields are directly under recordA.
I cannot figure out the syntax for the rename and have not succeeded finding online.
Somehow I need to access [recordA][recordB][somefield1] and make it [recordA][somefield1]
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.