Package gov.niem.tools.api.core.utils
Class CsvUtils
java.lang.Object
gov.niem.tools.api.core.utils.CsvUtils
CSV-related utility functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidSave the given object array formatted as a CSV with column headers to the given file.static StringReturn the given object array formatted as a CSV with column headers as a string.