regexp_split_row: OS Split Row on Regular Expression |
Catalog: FileSystem
Label: Split Row on Regular Expression
Retrieve: true
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function regexp_split_row. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
regex |
string |
☑ |
|
Regular expression to use. |
row |
string |
☑ |
|
Text to split into individual columns using a regular expression. |
Columns of Table Function
The columns of the table function regexp_split_row are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
input_text |
string |
Original Input |
|
Original input. |
regular_expression |
string |
Regular Expression |
|
Regular expression used to split. |
success |
boolean |
Success |
|
Could content be split. |
text_content_1 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_10 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_11 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_12 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_13 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_14 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_15 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_16 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_17 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_18 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_19 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_2 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_20 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_21 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_22 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_23 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_24 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_25 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_26 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_27 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_28 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_29 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_3 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_30 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_31 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_32 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_33 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_34 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_35 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_36 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_37 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_38 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_39 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_4 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_40 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_41 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_42 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_43 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_44 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_45 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_46 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_47 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_48 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_49 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_5 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_50 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_6 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_7 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_8 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
text_content_9 |
string |
RE Text Content #{0} |
|
Split content of the text file. |
28-07-2024 17:47 Version 24.1.6-BETA+4856