Enum Class DatafileOutputV1.ValidationModeEnum

java.lang.Object
java.lang.Enum<DatafileOutputV1.ValidationModeEnum>
com.seeq.model.DatafileOutputV1.ValidationModeEnum
All Implemented Interfaces:
Serializable, Comparable<DatafileOutputV1.ValidationModeEnum>, Constable
Enclosing class:
DatafileOutputV1

public static enum DatafileOutputV1.ValidationModeEnum extends Enum<DatafileOutputV1.ValidationModeEnum>
The approach to use when CSV data cannot be parsed. If Fail (default), then cells that cannot be parsed will cause the import to fail with error messages.If Skip, those cells will be skipped meaning that no sample will be created for signals from that row of the file. For conditions, if it is the start or end cell, no capsule will be created from that row. If the cell is a capsule property, the capsule is still created but without that capsule property. If Invalid and the cell is a sample key or capsule start/end, no sample or capsule is created from that row of the file. If the cell is a sample value or capsule property, the sample or capsule property is created with the value INVALID.