Class CSVConstants
java.lang.Object
fr.inria.rules.integraal.io.csv.CSVConstants
Defines default CSV parsing constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIf a csv is read we assume the first line defines the predicate arity /* If a csv is read, we assume the first line defines the predicate aritystatic final intIf a csv is read via an RLS the arity is defined by the RLSstatic final StringDefault CSV prefixstatic final charDefault CSV separator -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CSV_SEPARATOR
public static final char CSV_SEPARATORDefault CSV separator- See Also:
-
CSV_PREFIX
-
CSV_HEADER_SIZE
public static final int CSV_HEADER_SIZEIf a csv is read we assume the first line defines the predicate arity /* If a csv is read, we assume the first line defines the predicate arity- See Also:
-
CSV_HEADER_SIZE_WHEN_RLS
public static final int CSV_HEADER_SIZE_WHEN_RLSIf a csv is read via an RLS the arity is defined by the RLS- See Also:
-
-
Constructor Details
-
CSVConstants
public CSVConstants()Creates the CSV constants utility.
-