branch develop updated (1c7c43d -> 2c80eef)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 1c7c43d From scmwebeditor -- fg new 2c80eef From scmwebeditor -- fg 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 2c80eef7f86b0c6649ab1c1f365b13a0e9fd08ef Author: mathieu.doray@ifremer.fr <unknown> Date: Wed Feb 10 15:26:48 2016 +0100 From scmwebeditor -- fg Summary of changes: src/site/en/rst/importData.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -- 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 http://git.codelutin.com/echobase.git commit 2c80eef7f86b0c6649ab1c1f365b13a0e9fd08ef Author: mathieu.doray@ifremer.fr <unknown> Date: Wed Feb 10 15:26:48 2016 +0100 From scmwebeditor -- fg --- src/site/en/rst/importData.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/site/en/rst/importData.rst b/src/site/en/rst/importData.rst index 75061b4..b7f4e9e 100644 --- a/src/site/en/rst/importData.rst +++ b/src/site/en/rst/importData.rst @@ -27,31 +27,31 @@ Abstract ======== -Ce document donne la définition de tous les imports de données. +This document provides details on a all data import in Echobase. -Format des colonnes -~~~~~~~~~~~~~~~~~~~ +Columns format +~~~~~~~~~~~~~~ +---------------+--------------------------------------------------------------+ -| Notation | Type | +| Format name | Description | +===============+==============================================================+ -| text |une chaine de caractères | +| text |character string | +---------------+--------------------------------------------------------------+ -| FK(XXX#yyy) |désigne une clef étrangère requise (XXX sur la propriété yyy).| +| FK(XXX#yyy) |required foreign key (XXX on yyy property). | +---------------+--------------------------------------------------------------+ -| (int) |un entier (pas du nullité possible) | +| (int) |a non-null integer | +---------------+--------------------------------------------------------------+ -| (float) |un décimal (pas de nullité possible) | +| (float) |a non-null float | +---------------+--------------------------------------------------------------+ -| (Integer) |un entier avec nullité possible | +| (Integer) |a potentially null integer | +---------------+--------------------------------------------------------------+ -| (Integer-NA) |un entier avec nullité possible (et nullité si NA) | +| (Integer-NA) |a potentially null integer (set to null if NA) | +---------------+--------------------------------------------------------------+ -| Float |un décimale avec nullité possible | +| Float |a potentially null float | +---------------+--------------------------------------------------------------+ -| (Float-NA) |un décimale avec nullité possible (et nullité si NA) | +| (Float-NA) |a potentially null float (set to null if NA) | +---------------+--------------------------------------------------------------+ -| (date) |unique format de date : *yyyy-MM-dd HH:mm:ss.SSSS* | +| (date) |ISO date format: *yyyy-MM-dd HH:mm:ss.SSSS* | +---------------+--------------------------------------------------------------+ | (esdu cell) |nom de cellule esdu elementary : esduName[_elementaryCellName]| | | avec esdu name au format yyyy-MM-dd HH:mm:ss.SSSS | -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm