Visokio website     Downloads     Video tutorials     KnowledgeBase  
File Ouput: csv Line Endings - Visokio Forums
File Ouput: csv Line Endings
  • edblake July 12, 2016 5:04AM
    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?
  • 2 Comments
  •     chris July 12, 2016 5:22AM
    Hi,

    There is currently no way to change the line ending character. The use of a CRLF is a common standard, for example see:

    https://www.ietf.org/rfc/rfc4180.txt

    Are you able to modify your python process to support this?

    Chris
  • edblake July 12, 2016 6:09AM
    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.

Welcome!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership