Bug #2908
LexicalTable export with the double-quote character
Statut: | New | Début: | 08/10/2020 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Stats / R | Temps passé: | - | |
Version cible: | TXM 0.8.4 |
Description
The double-quote character is exported with the "\" escape character.
Problems:- calc and excel fail to escape the double-quote
- All TXM export double the double-quote character
Solution 1¶
- Change the "qmethod" option to "double" of the R write.table call
- AND test if "read.table" still works
Solution 2 (hypothesis)¶
- Export data from the Java table to file (+ some non textual data from R)
- Import data from file to Java table (+ some non textual data for R), then import data into R table
Historique
#1 Mis à jour par Matthieu Decorde il y a presque 5 ans
- Description mis à jour (diff)
#2 Mis à jour par Matthieu Decorde il y a plus de 4 ans
- Version cible changé de TXM 0.8.2 à TXM 0.8.4
#3 Mis à jour par Serge Heiden il y a presque 4 ans
- Description mis à jour (diff)