branch develop updated (735993d -> b1253ac)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 735993d Put the length to mm new b1253ac Complete doc for GearCharacteristicValues The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b1253ac421239a6671af7803fe8fa0932b0b94cd Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Oct 25 17:56:10 2016 +0200 Complete doc for GearCharacteristicValues Summary of changes: src/site/en/rst/importData.rst | 32 ++++++++++++++++++++++++++++++++ src/site/rst/importData.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm