Interface CSVTable

  • All Superinterfaces:
    Table<CSVField>

    public interface CSVTable
    extends Table<CSVField>
    Table structure in a CSV data source.
    Since:
    4.1.0
    • Method Detail

      • get

        CSVField get​(java.lang.String columnHeader)
        Returns CSV field by column header.
        Parameters:
        columnHeader - The column header.
      • get

        CSVField get​(int columnIndex)
        Returns CSV field by index.
        Parameters:
        columnIndex - The column index.