Bug #3070

Mis à jour par Serge Heiden il y a plus de 4 ans

If a metadata file (.xlsx, .ods, .csv...) contains an empty or blank column header name (that can not be converted to a metadata name - composed made of only minuscule letters and dashes), dashes) column header name, ignore the column and display a warning message in the console.

h3. Solution

If the column header name is not empty, use a com.ibm.icu.text.Transliterator to convert to only minuscule letters and dashes (like in the macro RemoveDiacritics attached to this ticket), and if the result is empty ignore the column.
console

Retour