This is an automated email from the git hooks/post-receive script. New commit to branch struts2.5 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 29a35fb64c5341c6e01a3dfd00f36d5eb8b997b5 Author: jcouteau <couteau@codelutin.com> Date: Tue Apr 30 15:01:06 2019 +0200 Update doc --- src/site/en/rst/importData.rst | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/site/en/rst/importData.rst b/src/site/en/rst/importData.rst index d3523674..f7ce6e9b 100644 --- a/src/site/en/rst/importData.rst +++ b/src/site/en/rst/importData.rst @@ -721,27 +721,29 @@ Required columns Columns formats --------------- -+-----------------+--------------------------+ -| Column | Type | -+=================+==========================+ -| echotypeName |text | -+-----------------+--------------------------+ -| meaning |text | -+-----------------+--------------------------+ -| voyage |FK(Voyage#name) | -+-----------------+--------------------------+ -| depthStratumId |FK(DepthStratum#id) | -+-----------------+--------------------------+ -| baracoudaCode |FK(Species#baracoudaCode) | -+-----------------+--------------------------+ ++-----------------+-------------------------------+ +| Column | Type | ++=================+===============================+ +| echotypeName |text | ++-----------------+-------------------------------+ +| meaning |text | ++-----------------+-------------------------------+ +| voyage |FK(Voyage#name) | ++-----------------+-------------------------------+ +| depthStratumId |FK(DepthStratum#id) | ++-----------------+-------------------------------+ +| baracoudaCode |FK(Species#baracoudaCode) | ++-----------------+-------------------------------+ +| id |integer (species category code | ++-----------------+-------------------------------+ Example ------- :: - voyage;echotypeName;depthStratumId;meaning;baracoudaCode - PELGAS2011;D1;CLAS;Maquereaux, Chinchards et gadidés présents dans les couches à proximité du fond;COMP-LEM + voyage;echotypeName;depthStratumId;meaning;baracoudaCode;id + PELGAS2011;D1;CLAS;Maquereaux, Chinchards et gadidés présents dans les couches à proximité du fond;COMP-LEM;1 LengthWeightKey ~~~~~~~~~~~~~~~ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.