Multiline strings split records unexpectedly
Bad input: Raw text fields include unescaped line breaks before export.
Failure: Consumers read partial records and report malformed JSONL.
Fix: Normalize line breaks and encode string payloads safely before conversion.