Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3215: Curves: Exported csv file is imported back to DG incorrectly in some cases (if there is data for curves) #3215

Open
katerina-stepanova opened this issue Dec 26, 2024 — with Board Genius Sync · 1 comment
Assignees
Labels
bug Something isn't working NX NIBR-related

Comments

Copy link
Collaborator

v1.22.2, 1.22.3

Steps to reproduce:

  1. Create/open some table
  2. 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}]}]}
image
  1. Export table as csv
  2. Import exported file into DG

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)
image

@katerina-stepanova katerina-stepanova added the NX NIBR-related label Dec 26, 2024
Copy link
Member

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-17312

@dnillovna 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
@ahadzhanian ahadzhanian added the bug Something isn't working label Dec 27, 2024
@LesiaPavlenko 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working NX NIBR-related
Projects
None yet
Development

No branches or pull requests

4 participants