This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit b1253ac421239a6671af7803fe8fa0932b0b94cd Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Oct 25 17:56:10 2016 +0200 Complete doc for GearCharacteristicValues --- src/site/en/rst/importData.rst | 32 ++++++++++++++++++++++++++++++++ src/site/rst/importData.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/src/site/en/rst/importData.rst b/src/site/en/rst/importData.rst index 0c5b405..99de293 100644 --- a/src/site/en/rst/importData.rst +++ b/src/site/en/rst/importData.rst @@ -353,6 +353,38 @@ Example vesselName;operationId;gearCode;metadataType;gearMetadataValue THALASSA II;P0422;57x52;CableLength;31.6666666666667 +GearCharacteristicValues +~~~~~~~~~~~~~~~~~~~~~~~~ + +Colonnes requises +----------------- + +:: + + gear;characteristic;dataValue + +Format des colonnes +------------------- + ++-------------------+------------------------------+ +| Colonne | Type | ++===================+==============================+ ++-------------------+------------------------------+ +| gear |FK(Gear#casinoGearName) | ++-------------------+------------------------------+ +| characteristic |FK(GearCharacteristic#name) | ++-------------------+------------------------------+ +| dataValue |text | ++-------------------+------------------------------+ + +Exemple +------- + +:: + + gear;characteristic;dataValue + casinoName;characteristicName;33 + TotalSample / SubSample / BiometrySample ======================================== diff --git a/src/site/rst/importData.rst b/src/site/rst/importData.rst index 222623c..cfd1071 100644 --- a/src/site/rst/importData.rst +++ b/src/site/rst/importData.rst @@ -356,6 +356,38 @@ Exemple vesselName;operationId;gearCode;metadataType;gearMetadataValue THALASSA II;P0422;57x52;CableLength;31.6666666666667 +GearCharacteristicValues +~~~~~~~~~~~~~~~~~~~~~~~~ + +Colonnes requises +----------------- + +:: + + gear;characteristic;dataValue + +Format des colonnes +------------------- + ++-------------------+------------------------------+ +| Colonne | Type | ++===================+==============================+ ++-------------------+------------------------------+ +| gear |FK(Gear#casinoGearName) | ++-------------------+------------------------------+ +| characteristic |FK(GearCharacteristic#name) | ++-------------------+------------------------------+ +| dataValue |text | ++-------------------+------------------------------+ + +Exemple +------- + +:: + + gear;characteristic;dataValue + casinoName;characteristicName;33 + TotalSample / SubSample / BiometrySample ======================================== -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.