public interface ExportFilter
ExportUtil
export methods.Modifier and Type | Method and Description |
---|---|
List<Column> |
filterColumns(List<Column> columns)
The columns that should be used to create the exported file.
|
Object[] |
filterRow(Object[] row)
The desired values for the row.
|
List<Column> filterColumns(List<Column> columns) throws IOException
columns
- the columns as determined by the export code, may be directly
modified and returnedIOException
Object[] filterRow(Object[] row) throws IOException
row
- the row data as determined by the import code, may be directly
modifiednull
, the row will be skippedIOException
Copyright © 2005–2018. All rights reserved.