@Immutable public class CsvCombiner extends Object
Modifier and Type | Method and Description |
---|---|
static void |
append(String fileName,
com.opencsv.CSVWriter writer,
char columnSeparator,
boolean skipHeader) |
static void |
combineAll(String foldername,
String newFileName,
char columnSeparator,
boolean headers) |
public static void combineAll(String foldername, String newFileName, char columnSeparator, boolean headers) throws IOException
IOException
public static void append(String fileName, com.opencsv.CSVWriter writer, char columnSeparator, boolean skipHeader)
Copyright © 2017. All rights reserved.