Values_0.RenameFieldSourceSpecifies a transform that renames a single data property key.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : OneInput.t;The data inputs identified by their node names.
*)sourcePath : EnclosedInStringProperties.t;A JSON path to a variable in the data structure for the source data.
*)targetPath : EnclosedInStringProperties.t;A JSON path to a variable in the data structure for the target data.
*)}val make :
name:NodeName.t ->
inputs:OneInput.t ->
sourcePath:EnclosedInStringProperties.t ->
targetPath:EnclosedInStringProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NodeId.t ] list | `String of NodeName.t ])
list ]