File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-json%28prettyPrinting%3D%22true%22%29%0A%7Cprint%0A%3B%0A&transformation=%23+Add+an+empty+array/list%0Aset_array%28%22emptyArray%5B%5D%22%29%0A%0A%23+Add+an+array/list+with+values%0Aset_array%28%22array%5B%5D%22%2C%22value1%22%2C%22value2%22%29%0A&data=%7B%0A++%22key%22+%3A+%22word%22%0A%7D%0A
1
+ https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-json%28prettyPrinting%3D%22true%22%29%0A%7Cprint%0A%3B%0A&transformation=%23+Add+an+empty+array/list%0Aset_array%28%22emptyArray%5B%5D%22%29%0A%0A%23+Add+an+array/list+with+values%0Aset_array%28%22array%5B%5D%22%2C%22value1%22%2C%22value2%22%29%0A%0A%23+Only+adds+a+new+array+if+intermediate+structure+exists%0Aset_array%28%22nested.array2%5B%5D%22%29%0A%0A%23+Does+not+add+a+new+array+if+intermediate+structure+is+missing%0Aset_array%28%22another.nested.array3%5B%5D%22%29 &data=%7B%0A++%22key%22+%3A+%22word%22%2C%0A++%22nested%22+%3A+%7B%0A++++%22keyword%22+%3A+%22field%22%0A++%7D %0A%7D%0A
Original file line number Diff line number Diff line change
1
+ https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-json%28prettyPrinting%3D%22true%22%29%0A%7Cprint%0A%3B%0A&transformation=%23+Add+a+new+field%0Aset_field%28%22another%22%2C+%22keyword%22%29%0A%0A%23+Add+a+new+field+in+an+existing+nested+structure%0Aset_field%28%22nested.type%22%2C%22test%22%29%0A%0A%23+Does+not+add+a+new+field+if+intermediate+structure+is+not+provided%0Aset_field%28%22additional.nested.keyword%22%2C%22field%22%29%0A&data=%7B%0A++%22key%22+%3A+%22word%22%2C%0A++%22nested%22+%3A+%7B%0A++++%22keyword%22+%3A+%22field%22%0A++%7D%0A%7D%0A
Original file line number Diff line number Diff line change 1
- https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-json%28prettyPrinting%3D%22true%22%29%0A%7Cprint%0A%3B%0A&transformation=%23+Add+a+new+hash+and+a+hash+with+certain+subfields%0Aset_hash%28%22object1%22%29%0Aset_hash%28%22object2%22%2C+%22subfieldName1%22%3A+%22value1%22+%2C+%22subfieldName2%22%3A+%22value2%22%29%0A&data=%7B%0A++%22key%22+%3A+%22word%22%0A%7D %0A
1
+ https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-json%28prettyPrinting%3D%22true%22%29%0A%7Cprint%0A%3B%0A&transformation=%23+Add+a+new+hash+and+a+hash+with+certain+subfields%0Aset_hash%28%22object1%22%29%0Aset_hash%28%22object2%22%2C+%22subfieldName1%22%3A+%22value1%22+%2C+%22subfieldName2%22%3A+%22value2%22%29%0A%0A%23+Only+adds+a+new+hash+if+intermediate+structure+exists%0Aset_hash%28%22nested.object3%22%29%0A%0A%23+Does+not+add+a+new+hash+if+intermediate+structure+is+missing%0Aset_hash%28%22another.nested.object4%22%29 &data=%7B%0A++%22key%22+%3A+%22word%22%2C%0A++%22nested%22+%3A+%7B%0A++++%22keyword%22+%3A+%22field%22%0A++%7D%0A%7D%0A %0A
You can’t perform that action at this time.
0 commit comments