Configuration of data import from excel or csv files. To be used with #TODO
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> DataImporterConfiguration
Active bindings
timeColumnName of the column for time values
timeUnitIf
isTimeUnitFromColumnisFALSE, unit of the values in time column IfisTimeUnitFromColumnisTRUE, name of the column with units of the values in time column.isTimeUnitFromColumnIf
TRUE, units of the values in time column are defined in the columntimeUnit. IfFALSE, the unit is defined by the value oftimeUnit.measurementColumnName of the column for measurement values
lloqColumnName of the column for LLOQ values If the column name is not set (value
NULL), LLOQ values will be imported from the measurement column if values are written in the form '< xxx' (e.g., '<0.001'). Otherwise, the values will be imported from the specified columnmeasurementDimensionIf
isMeasurementUnitFromColumnisFALSE, dimension of the values in measurement column IfisMeasurementUnitFromColumnisTRUE, the dimension is guessed from the unit defined in the columnmeasurementUnitduring import process and$measurementDimensionisNULL. When changing dimension, the unit is set to the base unit of this dimension.measurementUnitIf
isMeasurementUnitFromColumnisFALSE, unit of the values in measurement column IfisMeasurementUnitFromColumnisTRUE, name of the column with units of the values in measurement columnisMeasurementUnitFromColumnIf
TRUE, units of the values in measurement column are defined in the columnmeasurementUnit. IfFALSE, the unit is defined by the value ofmeasurementUnit.errorColumnName of the column for measurement error values If no error column is defined, the value is
NULL. Setting the value toNULLremoves an existing error column.errorUnitIf
isMeasurementUnitFromColumnisFALSE, unit of the values in the error column IfisMeasurementUnitFromColumnisTRUE, name of the column with units of the values in error column If no error column is present, the value isNULLerrorTypeType of the measurement error values. See enum
DataErrorTypefor possible values If no error column is present, the value isNULLgroupingColumnsColumn names by which the data will be grouped
sheetsNames of the sheets (list of strings) of the excel workbook for which the configuration will be applied.
namingPatternRegular expression used for naming of loaded data sets. Words between curly brackets (e.g.
{Group Id}) will be replaced by the value in the corresponding column. Further keywords are{Source}for the file name and{Sheet}for sheet name.
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()
Method new()
Initialize a new instance of the class
Usage
DataImporterConfiguration$new(netObject = NULL)Method print()
Print the object to the console