csvWriter
Writes records as a given type T in a CSV file according to the given configuration or throws an IllegalStateException when:
the type T is not a public or internal data class
the configuration is invalid.
Writes records as a given type in a CSV file according to the given configuration or throws an IllegalStateException when:
the type is not a public or internal data class
the configuration is invalid.