I am outputting csv files (UTF8 encoding) for use by a Python process running on linux. Omniscope is adding crlf line endings which python/linux does not read without the use of a function... is there an option to output csv files with lf line endings?
I thought that was the case - thanks Chris. Yes, we can deal with it in Python, I was just hoping there was an option that would mean we wouldn't have to remember that conversion step every time we consumed the outputted files in python.