PARSE_FILENAME
parse_filename(string, trim_extension, separator)
Section titled “parse_filename(string, trim_extension, separator)”- string: VARCHAR
- trim_extension: BOOLEAN
- separator: VARCHAR
Example
Section titled “Example”SELECT parse_filename('path/to/file.csv', true, 'forward_slash');