| Package | Description | 
|---|---|
| com.edgeti.VisibilityServer.Excel | |
| XMLIngestors | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.util.ArrayList<Column> | ExcelIngestorBase. listColumns(java.lang.String fileName)When given the name of an existing file, returns the columns which exist
 in the top sheet of that excel file. | 
| java.util.ArrayList<Column> | ExcelIngestor. listColumns(java.lang.String fileName)When given the name of an existing file, returns the columns which exist
 in the top sheet of that excel file. | 
| java.util.ArrayList<Column> | AsciiIngestor. listColumns(java.lang.String fileName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.ArrayList<java.lang.String> | ExcelIngestorBase. checkForDups(java.util.ArrayList<Column> columns)check for duplicate column names. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.ArrayList<Column> | SolrXMLIngestor. listColumns(java.lang.String fileName) |