public class CSVHarvester
extends com.googlecode.fascinator.common.harvester.impl.GenericHarvester
Configuration options:
You can select to harvest all columns (fields) or be selective:
Fields with repeated names result in only the first value being stored.
Based on Greg Pendlebury's CallistaHarvester.
2011 - 2012 - QCIF undertakes maintenance work.
2012 - innodev.com.au addition for filtering
, Greg Pendlebury, Duncan Dickinson| Constructor and Description |
|---|
CSVHarvester()
Constructs the CSV harvester plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getObjectIdList()
Harvest the next batch of rows and return their object IDs.
|
boolean |
hasMoreObjects()
Check if there are more objects to harvest.
|
void |
init()
Initialise the CSV harvester plugin.
|
void |
shutdown()
Shutdown the plugin.
|
public void init()
throws com.googlecode.fascinator.api.harvester.HarvesterException
init in class com.googlecode.fascinator.common.harvester.impl.GenericHarvestercom.googlecode.fascinator.api.harvester.HarvesterException - if an error occurredpublic void shutdown()
throws com.googlecode.fascinator.api.harvester.HarvesterException
shutdown in interface com.googlecode.fascinator.api.Pluginshutdown in class com.googlecode.fascinator.common.harvester.impl.GenericHarvestercom.googlecode.fascinator.api.harvester.HarvesterException - if an error occurredpublic boolean hasMoreObjects()
true if there are more, false otherwisepublic Set<String> getObjectIdList() throws com.googlecode.fascinator.api.harvester.HarvesterException
com.googlecode.fascinator.api.harvester.HarvesterException - if an error occurredCopyright © 2009-2013. All Rights Reserved.