Class CSVConfig

java.lang.Object
com.axelor.data.csv.CSVConfig

public class CSVConfig extends Object
  • Field Details

  • Constructor Details

    • CSVConfig

      public CSVConfig()
  • Method Details

    • getInputs

      public List<CSVInput> getInputs()
      Get all inputs nodes
      Returns:
      the inputs
    • setInputs

      public void setInputs(List<CSVInput> inputs)
      Set inputs nodes
      Parameters:
      inputs - the inputs
    • getAdapters

      public List<DataAdapter> getAdapters()
      Get all adapters nodes.
      Returns:
      list of all adapters
    • parse

      public static CSVConfig parse(File input)
      Parse the input File
      Parameters:
      input - the input file
      Returns:
      an instance of CSVConfig for the given file