@Immutable
public final class CsvWriter
extends java.lang.Object
TODO(lwhite): Do something with the missing indicator param in write() method TODO(lwhite): Add a missing indicator to the column write method, plus a method defining a default missing indicator
Modifier and Type | Method and Description |
---|---|
static void |
write(java.lang.String fileName,
Column column)
Writes the given column to a file with the given fileName as a single column CSV file
|
static void |
write(java.lang.String fileName,
Table table)
Writes the given table to a file with the given filename
|
static void |
write(java.lang.String fileName,
Table table,
java.lang.String missing)
Writes the given table to a file with the given filename, using the given string to represent missing data
|
public static void write(java.lang.String fileName, Table table) throws java.io.IOException
java.io.IOException
public static void write(java.lang.String fileName, Table table, java.lang.String missing) throws java.io.IOException
java.io.IOException
public static void write(java.lang.String fileName, Column column) throws java.io.IOException
java.io.IOException