# 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` | `varchar` | ☑ | | Regular expression to use. | | `row` | `varchar` | ☑ | | 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` | `varchar2` | Original Input | | Original input. | | `regular_expression` | `varchar2` | Regular Expression | | Regular expression used to split. | | `success` | `boolean` | Success | | Could content be split. | | `text_content_1` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_10` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_11` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_12` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_13` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_14` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_15` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_16` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_17` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_18` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_19` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_2` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_20` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_21` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_22` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_23` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_24` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_25` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_26` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_27` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_28` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_29` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_3` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_30` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_31` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_32` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_33` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_34` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_35` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_36` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_37` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_38` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_39` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_4` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_40` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_41` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_42` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_43` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_44` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_45` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_46` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_47` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_48` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_49` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_5` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_50` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_6` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_7` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_8` | `varchar2` | RE Text Content #{0} | | Split content of the text file. | | `text_content_9` | `varchar2` | RE Text Content #{0} | | Split content of the text file. |