FunctionsCommonParseCSVCommonParseCSV CallableCommonParseCSV(str: string): string[][]Parse a CSV file content into an arrayParametersstr: stringContent of the CSVReturns string[][]Array representing each line of the parsed content, each line itself is split by commands and stored within an array.
Parse a CSV file content into an array