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
@rvyshnivskyi Please provide a snippet of code that recreates the issue. I was only able to recreate by omitting the final newline. If that is what you did, then this is probably a works-as-designed issue.
Method
CDL.toJSONArray(csv)
skips the last row of the csv if the last field of this row is empty. For example, following csv entrywill be parsed into json with only one element like this:
The text was updated successfully, but these errors were encountered: