getCSVParser

fun getCSVParser(sheetTab: String, sheetLink: String): CSVParser

Helper function that returns a CSVParser from a specified Google Sheet and tab

Parameters

sheetLink

The id part of a link to the Google Sheet

sheetTab

The tabs that will be loaded from that sheet

Throws