fun prepFile(targetName: String, columns: Set<String>, extension: String, delimiter: String, deleteIfExists: Boolean): Unit
creates a file named targetNamd with columns, and settings for the file extension and delimiter. deleteIfExists will determine if the file is deleted if it already exists before creating