CommonParseCSV
Callable
Parameters
str: string
Content of the CSV
Returns string[][]
Array representing each line of the parsed content, each line itself is split by commands and stored within an array.
Content of the CSV
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