cassproject / cass-editor

View, create, edit, modify frameworks using an easy to use, embeddable iframe.
https://cassproject.github.io/cass-editor/
Apache License 2.0
3 stars 11 forks source link

Import to handle Invalid line breaks from copy/paste #1350

Open sedula27 opened 6 months ago

sedula27 commented 6 months ago

@gloverkari where uploading a csv file which has invalid line breaks after CTID's , can you update the import handle that and remove the (\n) during export. image

This is a sample framework with that Issue

And a sample CSV file AR CompetencyFramework Bulk Upload - NCCER Craft_ Plumbing Level 1.csv

siuc-nate commented 6 months ago

The trailing newline should be stripped out as part of the import, not just removed during export - it isn't valid data and shouldn't be stored in CaSS with the newline present.