So I have a variety of CSV files held in a folder locally. I'd love to be able to make a script which would allow me to select these files in bulk and import them into a Google Sheet, disregarding the first line (which is just column labels) of each CSV file.
Anyone have any advice to share about making that? I'm pretty new to the Google API in general.