Context:
Our CSV files only contain unix line endings `\n` however as we can assume many users of Optimize use Windows we should for better compatiblity write `\r\n` line endings.
AT:
- CSV files contains `\r\n` line endings
- FileReaderUtil.readFileWithReplacedNewlinesAsString is renamed to just readFile and new line replacement is removed as well