Class SmartSplit

java.lang.Object
com.google.refine.expr.functions.strings.SmartSplit
All Implemented Interfaces:
Function

public class SmartSplit extends Object implements Function
  • Field Details

    • s_tabParser

      protected static final au.com.bytecode.opencsv.CSVParser s_tabParser
    • s_commaParser

      protected static final au.com.bytecode.opencsv.CSVParser s_commaParser
  • Constructor Details

    • SmartSplit

      public SmartSplit()
  • Method Details