I can do a collection run with no issues in the collection runner, however, when doing the same collection run in Newman, an error message will be thrown. The issue appears to be a difference in the way the CSV file is parsed in Newman vs in the collection runner. The CSV file contains multi-line values, as well as values that contain double-quote characters.
Error Message- error: Invalid Closing Quote: got “S” at line 2 instead of delimiter, row delimiter, trimable character (if activated) or comment
So found something on GitHub, but even that doesn’t work,
URL-https://github.com/postmanlabs/newman/issues/2150