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
So, this is a "works as designed", however maybe the error message could be better. Since we column delimit the CSV, if you have a , in your query, you need to wrap it it " characters. I'll test that actually works ;-)
* properly export commas in a query
* fixes#482 by checking for wrapping
* support importing queries that have commas in them
* rubocop
Co-authored-by: [email protected] <>
Describe the bug
Queries with , (comma) aren’t recognised by csv format when importing rating into the case
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Queries + ratings should be imported as correctly
Screenshots
![Screenshot 2022-04-05 at 14 21 19](https://user-images.githubusercontent.com/5163715/161759120-a91d617d-4bb3-4219-a76c-12dc346d8236.png)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: