It looks like you're new here. If you want to get involved, click one of these buttons!
Dear community
I have spent 8 hours to figure out why can't CSD parse new lines from a CSV. Watch below example:
"Race","Benefits"
"Kaltoran","+1 Awareness Some bonus"
So with this, I get the "Benefits" on one line.
The end result should be:
+1 Awareness
Some other bonus
Simple, no? How can I do that? What am I missing?