Bug #3175
Mis à jour par Serge Heiden il y a presque 4 ans
A metadata file with column names such as "1-property" and "2-property" gives the "-property" metadata names which break the XML files for the next import step (annotation).
h3. Solution
Stop import or rename the metadata column names not starting with a letter. "-"
Stop import or rename residual colliding Warning, in the given example, the metadata column names (same names).
Eg., when:
* "1-property" → "-property"
* "2-property" → "-property"
produce:
* "1-property" → "-property" → "A-property"
* "2-property" → "-property" → "B-property"
collide with the same name.
h3. Solution
Stop import or rename the metadata column names not starting with a letter. "-"
Stop import or rename residual colliding Warning, in the given example, the metadata column names (same names).
Eg., when:
* "1-property" → "-property"
* "2-property" → "-property"
produce:
* "1-property" → "-property" → "A-property"
* "2-property" → "-property" → "B-property"
collide with the same name.