🛠Loads a CSV file from the specified url.
Using await to get the loaded CSV as an array of objects is recommended.
await
CSV file
an array of objects containing the loaded CSV
🛠Loads a CSV file from the specified url.
Using
awaitto get the loaded CSV as an array of objects is recommended.