You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a column, so that its values have some json content with an empty value, e.g. data for drawing a curve like following(see "showPoints":""): {"series":[{"pointColor":"#CCCCCC","fitLineColor":"#CCCCCC","name":"50%","showPoints":"","lineStyle":"dashed","connectDots":false,"showFitLine":true,"points":[{"x":0,"y":50},{"x":8,"y":50}]},{"fitLineColor":"#8D1F1B","pointColor":"#8D1F1B","points":[{"x":0,"y":100},{"x":4,"y":98.4},{"x":8,"y":89.6}]}]}
Expected results: imported table should look exactly the same as the table that was exported. Actual results: value for the cell with json value is cropped, next columns are empty. In some cases further rows might be also parsed incorrectly (especially if there are some molecules in MOL format)
The text was updated successfully, but these errors were encountered:
dnillovna
changed the title
Exported csv file is imported back to DG incorrectly in some cases (if there is data for curves)
#3215: Exported csv file is imported back to DG incorrectly in some cases (if there is data for curves)
Dec 26, 2024
LesiaPavlenko
changed the title
#3215: Exported csv file is imported back to DG incorrectly in some cases (if there is data for curves)
#3215: Curves: Exported csv file is imported back to DG incorrectly in some cases (if there is data for curves)
Dec 27, 2024
v1.22.2, 1.22.3
Steps to reproduce:
{"series":[{"pointColor":"#CCCCCC","fitLineColor":"#CCCCCC","name":"50%","showPoints":"","lineStyle":"dashed","connectDots":false,"showFitLine":true,"points":[{"x":0,"y":50},{"x":8,"y":50}]},{"fitLineColor":"#8D1F1B","pointColor":"#8D1F1B","points":[{"x":0,"y":100},{"x":4,"y":98.4},{"x":8,"y":89.6}]}]}
See example exported file:
broken_import.csv
Expected results: imported table should look exactly the same as the table that was exported.
Actual results: value for the cell with json value is cropped, next columns are empty. In some cases further rows might be also parsed incorrectly (especially if there are some molecules in MOL format)
The text was updated successfully, but these errors were encountered: