Open MildTomato opened 1 year ago
JSON is not being parsed correctly in the paste text side panel when creating a new table via the Studio UI.
Steps to reproduce the behavior, please provide code snippets or a repository:
paste the following
reference,status,cargo abc123,offline,[ { "age": 23, "name": "Jane" }, { "age": 25, "name": "John" } ]
error is : Too many fields: expected 3 fields but parsed 6
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
Reported an issue to papaparse, the library we use for parsing.
papaparse
@ivasilov Looks like the papaparse issue is closed as Wontfix, so we would need to either use a different library or patch ourselves to fix this issue.
Bug report
Describe the bug
JSON is not being parsed correctly in the paste text side panel when creating a new table via the Studio UI.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
paste the following
error is : Too many fields: expected 3 fields but parsed 6
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.