Introduction
In this article we'll be taking a look at how to read and write CSV files in Kotlin, specifically, using Apache Commons.
Apache Commons Dependency
Since we're working wih an external library, let's go ahead and import it into our Kotlin project. If you're using Maven, simply include the