diff --git a/data/review/split_field/result_2.json b/data/review/split_field/result_2.json index 0be3fbe..ab261e8 100644 --- a/data/review/split_field/result_2.json +++ b/data/review/split_field/result_2.json @@ -6,7 +6,7 @@ "tools" : "hammer--saw--bow" } ], "OTHERS" : [ { - "tools" : [ "hammer", "saw", "bow" ] + "tools" : "hammer--saw--bow" } ], "animals" : [ "dog", "cat", "zebra" ] } diff --git a/data/review/split_field/split_field_2.fix b/data/review/split_field/split_field_2.fix index 95a8b0e..fa510e0 100644 --- a/data/review/split_field/split_field_2.fix +++ b/data/review/split_field/split_field_2.fix @@ -4,10 +4,12 @@ move_field("animals","animals[]") split_field("people.investigators","\\?") move_field("people.investigators","people.investigators[]") + +# This still does not work: # split_field("others[].*.tools","--") # do list("others[]") -# move_field("tools","tools[]") +# move_field("tools","tails[]") # end -split_field("OTHERS[].1.tools","--") -move_field("OTHERS[].1.tools","OTHERS[].1.tools[]") \ No newline at end of file +# split_field("OTHERS[].1.tools","--") +# move_field("OTHERS[].1.tools","OTHERS[].1.tails[]") \ No newline at end of file