Skip to main content

CommonParseCSV

Callable

  • CommonParseCSV(str: string): string[][]

  • Parse a CSV file content into an array


    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.