Skip to main content

Report Sender CSV Newline/Linebreak

Updated over 2 weeks ago

Some Excel versions have issues when opening CSV files that can cause newline/linebreak characters trigger a new spreadsheet row instead of inserting the newline character into the data cell.

Here's how to work around it:

  • Open Excel and navigate to File > Open...

  • Select your file

  • Confirm all CSV options:

    • Delimiter = ,

    • Quoted Identifier = "

  • Import the file

That's it! Now the file should import accurately.

Did this answer your question?