Package

com.axtstar.asta4e

etc

Permalink

package etc

Visibility
  1. Public
  2. All

Type Members

  1. case class Location(name: String, positionX: Int, positionY: Int, original: String, expression: Option[Regex], bindNames: List[String]) extends Product with Serializable

    Permalink

    name

    bindName

    positionX

    (start) position x of excel or csv's location

    positionY

    (start) position y of excel or csv's location

    original

    original expression from excel file, it's no necessary currently

    expression

    regular expression when parsing a cell/column of excel/csv

    bindNames

    dollar-bracket bind sets like List("${name1}","${data1}")

Value Members

  1. object Location extends Serializable

    Permalink

Ungrouped