You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ml/training/map.json
+13-17
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,22 @@
11
11
},
12
12
"maps the elements of the field \\\"item\\\" to an object with the following properties: * \\\"id\\\" is set to the value of the \\\"id\\\" property of the corresponding item. * \\\"map_foo\\\" is set to the value of the \\\"foo\\\" property of the corresponding item. * \\\"idx\\\" is set to the index of the corresponding item in the \\\"items\\\" array. * \\\"value\\\" is set to the value of the \\\"value\\\" property of the input object. (object form)": {
13
13
"$$map": [
14
-
[
15
-
"$.item"
16
-
],
17
-
{
18
-
"id": "##current.id",
19
-
"map_foo": "##current.foo",
20
-
"idx": "##index",
21
-
"value": "$.value"
22
-
}
23
-
]
14
+
"$.item"
15
+
],
16
+
"to":{
17
+
"id": "##current.id",
18
+
"map_foo": "##current.foo",
19
+
"idx": "##index",
20
+
"value": "$.value"
21
+
}
24
22
},
25
23
"creates a new list by selecting the second element from each sublist in the input list. (object form)": {
0 commit comments