Values_0.DropFieldsSourceSpecifies a transform that chooses the data property keys that you want to drop.
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 ]