q5play
    Preparing search index...

    Function loadCSV

    • 🛠 Loads a CSV file from the specified url.

      Using await to get the loaded CSV as an array of objects is recommended.

      Parameters

      • url: string

        CSV file

      Returns object[] & PromiseLike<object[]>

      an array of objects containing the loaded CSV