SplitFields

Specifies 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

A JSON path to a variable in the data structure.

Functions

Link copied to clipboard
inline fun copy(block: SplitFields.Builder.() -> Unit = {}): SplitFields
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String