Skip to main content

Module utils

Module utils 

Source

Enums§

FileType
A supported input or output file type

Functions§

parse_select_columns
Parse column names from select by splitting each string at commas, trimming and discarding empty parts. E.g. ["a, b", "c"] becomes ["a", "b", "c"].