Bug #2908
LexicalTable export with the double-quote character
Status: | New | Start date: | 10/08/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Stats / R | Spent time: | - | |
Target version: | 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
History
#1 Updated by Matthieu Decorde over 2 years ago
- Description updated (diff)
#2 Updated by Matthieu Decorde almost 2 years ago
- Target version changed from TXM 0.8.2 to TXM 0.8.4
#3 Updated by Serge Heiden over 1 year ago
- Description updated (diff)