Bug #2908

Mis à jour par Serge Heiden il y a presque 4 ans

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

h3. Solution 1

* Change the "qmethod" option to "double" of the R write.table call
* **AND** test if "read.table" still works

h3. 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

Retour