Values_0.SplitFieldsSourceSpecifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : OneInput.t;The data inputs identified by their node names.
*)paths : GlueStudioPathList.t;A JSON path to a variable in the data structure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of EnclosedInStringProperty.t ] list
| `String of NodeId.t ]
list
| `String of NodeName.t ])
list ]