RecipeParameters

data class RecipeParameters(val aggregateFunction: String? = null, val base: String? = null, val caseStatement: String? = null, val categoryMap: String? = null, val charsToRemove: String? = null, val collapseConsecutiveWhitespace: String? = null, val columnDataType: String? = null, val columnRange: String? = null, val count: String? = null, val customCharacters: String? = null, val customStopWords: String? = null, val customValue: String? = null, val datasetsColumns: String? = null, val dateAddValue: String? = null, val dateTimeFormat: String? = null, val dateTimeParameters: String? = null, val deleteOtherRows: String? = null, val delimiter: String? = null, val endPattern: String? = null, val endPosition: String? = null, val endValue: String? = null, val expandContractions: String? = null, val exponent: String? = null, val falseString: String? = null, val groupByAggFunctionOptions: String? = null, val groupByColumns: String? = null, val hiddenColumns: String? = null, val ignoreCase: String? = null, val includeInSplit: String? = null, val input: RecipeParametersInputProperties? = null, val interval: String? = null, val isText: String? = null, val joinKeys: String? = null, val joinType: String? = null, val leftColumns: String? = null, val limit: String? = null, val lowerBound: String? = null, val mapType: String? = null, val modeType: String? = null, val multiLine: Boolean? = null, val numRows: String? = null, val numRowsAfter: String? = null, val numRowsBefore: String? = null, val orderByColumn: String? = null, val orderByColumns: String? = null, val other: String? = null, val pattern: String? = null, val patternOption1: String? = null, val patternOption2: String? = null, val patternOptions: String? = null, val period: String? = null, val position: String? = null, val removeAllPunctuation: String? = null, val removeAllQuotes: String? = null, val removeAllWhitespace: String? = null, val removeCustomCharacters: String? = null, val removeCustomValue: String? = null, val removeLeadingAndTrailingPunctuation: String? = null, val removeLeadingAndTrailingQuotes: String? = null, val removeLeadingAndTrailingWhitespace: String? = null, val removeLetters: String? = null, val removeNumbers: String? = null, val removeSourceColumn: String? = null, val removeSpecialCharacters: String? = null, val rightColumns: String? = null, val sampleSize: String? = null, val sampleType: String? = null, val secondInput: String? = null, val secondaryInputs: List<RecipeSecondaryInput>? = null, val sheetIndexes: List<Int>? = null, val sheetNames: List<String>? = null, val sourceColumn: String? = null, val sourceColumn1: String? = null, val sourceColumn2: String? = null, val sourceColumns: String? = null, val startColumnIndex: String? = null, val startPattern: String? = null, val startPosition: String? = null, val startValue: String? = null, val stemmingMode: String? = null, val stepCount: String? = null, val stepIndex: String? = null, val stopWordsMode: String? = null, val strategy: String? = null, val targetColumn: String? = null, val targetColumnNames: String? = null, val targetDateFormat: String? = null, val targetIndex: String? = null, val timeZone: String? = null, val tokenizerPattern: String? = null, val trueString: String? = null, val udfLang: String? = null, val units: String? = null, val unpivotColumn: String? = null, val upperBound: String? = null, val useNewDataFrame: String? = null, val value: String? = null, val value1: String? = null, val value2: String? = null, val valueColumn: String? = null, val viewFrame: String? = null)

Constructors

Link copied to clipboard
constructor(aggregateFunction: String? = null, base: String? = null, caseStatement: String? = null, categoryMap: String? = null, charsToRemove: String? = null, collapseConsecutiveWhitespace: String? = null, columnDataType: String? = null, columnRange: String? = null, count: String? = null, customCharacters: String? = null, customStopWords: String? = null, customValue: String? = null, datasetsColumns: String? = null, dateAddValue: String? = null, dateTimeFormat: String? = null, dateTimeParameters: String? = null, deleteOtherRows: String? = null, delimiter: String? = null, endPattern: String? = null, endPosition: String? = null, endValue: String? = null, expandContractions: String? = null, exponent: String? = null, falseString: String? = null, groupByAggFunctionOptions: String? = null, groupByColumns: String? = null, hiddenColumns: String? = null, ignoreCase: String? = null, includeInSplit: String? = null, input: RecipeParametersInputProperties? = null, interval: String? = null, isText: String? = null, joinKeys: String? = null, joinType: String? = null, leftColumns: String? = null, limit: String? = null, lowerBound: String? = null, mapType: String? = null, modeType: String? = null, multiLine: Boolean? = null, numRows: String? = null, numRowsAfter: String? = null, numRowsBefore: String? = null, orderByColumn: String? = null, orderByColumns: String? = null, other: String? = null, pattern: String? = null, patternOption1: String? = null, patternOption2: String? = null, patternOptions: String? = null, period: String? = null, position: String? = null, removeAllPunctuation: String? = null, removeAllQuotes: String? = null, removeAllWhitespace: String? = null, removeCustomCharacters: String? = null, removeCustomValue: String? = null, removeLeadingAndTrailingPunctuation: String? = null, removeLeadingAndTrailingQuotes: String? = null, removeLeadingAndTrailingWhitespace: String? = null, removeLetters: String? = null, removeNumbers: String? = null, removeSourceColumn: String? = null, removeSpecialCharacters: String? = null, rightColumns: String? = null, sampleSize: String? = null, sampleType: String? = null, secondInput: String? = null, secondaryInputs: List<RecipeSecondaryInput>? = null, sheetIndexes: List<Int>? = null, sheetNames: List<String>? = null, sourceColumn: String? = null, sourceColumn1: String? = null, sourceColumn2: String? = null, sourceColumns: String? = null, startColumnIndex: String? = null, startPattern: String? = null, startPosition: String? = null, startValue: String? = null, stemmingMode: String? = null, stepCount: String? = null, stepIndex: String? = null, stopWordsMode: String? = null, strategy: String? = null, targetColumn: String? = null, targetColumnNames: String? = null, targetDateFormat: String? = null, targetIndex: String? = null, timeZone: String? = null, tokenizerPattern: String? = null, trueString: String? = null, udfLang: String? = null, units: String? = null, unpivotColumn: String? = null, upperBound: String? = null, useNewDataFrame: String? = null, value: String? = null, value1: String? = null, value2: String? = null, valueColumn: String? = null, viewFrame: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val base: String? = null
Link copied to clipboard
val caseStatement: String? = null
Link copied to clipboard
val categoryMap: String? = null
Link copied to clipboard
val charsToRemove: String? = null
Link copied to clipboard
val columnDataType: String? = null
Link copied to clipboard
val columnRange: String? = null
Link copied to clipboard
val count: String? = null
Link copied to clipboard
Link copied to clipboard
val customStopWords: String? = null
Link copied to clipboard
val customValue: String? = null
Link copied to clipboard
val datasetsColumns: String? = null
Link copied to clipboard
val dateAddValue: String? = null
Link copied to clipboard
val dateTimeFormat: String? = null
Link copied to clipboard
Link copied to clipboard
val deleteOtherRows: String? = null
Link copied to clipboard
val delimiter: String? = null
Link copied to clipboard
val endPattern: String? = null
Link copied to clipboard
val endPosition: String? = null
Link copied to clipboard
val endValue: String? = null
Link copied to clipboard
Link copied to clipboard
val exponent: String? = null
Link copied to clipboard
val falseString: String? = null
Link copied to clipboard
Link copied to clipboard
val groupByColumns: String? = null
Link copied to clipboard
val hiddenColumns: String? = null
Link copied to clipboard
val ignoreCase: String? = null
Link copied to clipboard
val includeInSplit: String? = null
Link copied to clipboard
Link copied to clipboard
val interval: String? = null
Link copied to clipboard
val isText: String? = null
Link copied to clipboard
val joinKeys: String? = null
Link copied to clipboard
val joinType: String? = null
Link copied to clipboard
val leftColumns: String? = null
Link copied to clipboard
val limit: String? = null
Link copied to clipboard
val lowerBound: String? = null
Link copied to clipboard
val mapType: String? = null
Link copied to clipboard
val modeType: String? = null
Link copied to clipboard
val multiLine: Boolean? = null
Link copied to clipboard
val numRows: String? = null
Link copied to clipboard
val numRowsAfter: String? = null
Link copied to clipboard
val numRowsBefore: String? = null
Link copied to clipboard
val orderByColumn: String? = null
Link copied to clipboard
val orderByColumns: String? = null
Link copied to clipboard
val other: String? = null
Link copied to clipboard
val pattern: String? = null
Link copied to clipboard
val patternOption1: String? = null
Link copied to clipboard
val patternOption2: String? = null
Link copied to clipboard
val patternOptions: String? = null
Link copied to clipboard
val period: String? = null
Link copied to clipboard
val position: String? = null
Link copied to clipboard
Link copied to clipboard
val removeAllQuotes: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val removeLetters: String? = null
Link copied to clipboard
val removeNumbers: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rightColumns: String? = null
Link copied to clipboard
val sampleSize: String? = null
Link copied to clipboard
val sampleType: String? = null
Link copied to clipboard
Link copied to clipboard
val secondInput: String? = null
Link copied to clipboard
val sheetIndexes: List<Int>? = null
Link copied to clipboard
val sheetNames: List<String>? = null
Link copied to clipboard
val sourceColumn: String? = null
Link copied to clipboard
val sourceColumn1: String? = null
Link copied to clipboard
val sourceColumn2: String? = null
Link copied to clipboard
val sourceColumns: String? = null
Link copied to clipboard
Link copied to clipboard
val startPattern: String? = null
Link copied to clipboard
val startPosition: String? = null
Link copied to clipboard
val startValue: String? = null
Link copied to clipboard
val stemmingMode: String? = null
Link copied to clipboard
val stepCount: String? = null
Link copied to clipboard
val stepIndex: String? = null
Link copied to clipboard
val stopWordsMode: String? = null
Link copied to clipboard
val strategy: String? = null
Link copied to clipboard
val targetColumn: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetIndex: String? = null
Link copied to clipboard
val timeZone: String? = null
Link copied to clipboard
Link copied to clipboard
val trueString: String? = null
Link copied to clipboard
val udfLang: String? = null
Link copied to clipboard
val units: String? = null
Link copied to clipboard
val unpivotColumn: String? = null
Link copied to clipboard
val upperBound: String? = null
Link copied to clipboard
val useNewDataFrame: String? = null
Link copied to clipboard
val value: String? = null
Link copied to clipboard
val value1: String? = null
Link copied to clipboard
val value2: String? = null
Link copied to clipboard
val valueColumn: String? = null
Link copied to clipboard
val viewFrame: String? = null