Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name of the Intermediate File to be generated, also the name of the table into which the data will be loaded into. ; Used to determine where data is stored.

...

The ID of the dataset if there is a dataset to be loaded in this request.

Gobii GOBii Crop Type

The crop that is being loaded to

...

"filterFrom" :

String to filter 'from' . - Starts the string at the first occurrence of filter.

"filterTo" :

String to filter 'to' . - Ends the string at the first occurance of filter.

"constantValue" :

A constant value - if this column is of type constant this is the value that appears

...

The character that combines the subcolumn to the column before it

"metaDataId" :

This is currently Currently not used

 

Lifecycle

An instruction file is created either by passing a POJO to the web services serialized, or through calls to the web services directly. As they are represented as objects in the gobiiGOBii-model project, they can be thought of as both as .json files and as Java objects, however, the names and constraints remain the same.

...

The Digester looks for files in a specified directory inside the gobii GOBii directory to do its work. The web-services have this directory encoded in their configurations. By default, it is $ROOT/crops/$crop/digest/instructions.

...