I was looking into CSV methods on StackOverflow which didn't have great answers. So I put together some solutions that I'd appreciate.
Here's an answer I made for "JavaScript array to CSV," which didn't have any solid answers.
I found a great solution for parsing CSV so I figured that my work is complete by including a great parseCSV solution I found a while ago by Trevor Dixon.
// Inspired by: https://stackoverflow.com/a/64618766/1675237 & https://stackoverflow.com/a/58034688/1675237