public class ExportUtils
extends java.lang.Object
Constructor and Description |
---|
ExportUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
exportTableToCSV(Table table,
java.lang.String destination)
Export specific table
Table to specific file on hard drive. |
public static boolean exportTableToCSV(Table table, java.lang.String destination)
Table
to specific file on hard drive.table
- Table
- specific tabledestination
- String - specific file destination path