Bug #1573
RCP: 0.7.7, attribute with uppercase characters, XML/w+CSV import module
Status: | New | Start date: | 10/21/2015 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.7.8 |
Description
The XML/w+CSV import module doesn't lowercase attribute names, thus attributes with uppercase characters are miss-declared.
Solution¶
- Lowercase attribute names during WTC file creation
- add DOC information about XML encoding constraints
Validation test¶
- import a XML file with the following content :
<tests><test NUMBER="1">AA</test><test NUMBER="2">BB CC DD</test></tests>
- The corpus description must contains
* test * number (2) = 1, 2.
History
#1 Updated by Serge Heiden over 7 years ago
- Subject changed from RCP: 0.7.7, attribute with uppercase character, XML/W import module to RCP: 0.7.7, attribute with uppercase characters, XML/w+CSV import module
- Description updated (diff)
#2 Updated by Matthieu Decorde almost 7 years ago
- Description updated (diff)