You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output-format written by fWriteDataframeToFile is handled by fLoadTXTIntoDataframe but hard to parse by other user code, maybe in other programming languages. This is largely due to keeping legacy compatibility.
Please, provide a format that is easier to parse.
Specifically
comma-delimited
variable names and units in two header rows before the actual numeric data
'%' symbol replaced with the word 'percent' to avoid some parsing problems
no whitespaces within an ID, e.g. DateTime or Date_Time instead of Date Time.
The text was updated successfully, but these errors were encountered:
Currently the output-format written by
fWriteDataframeToFile
is handled byfLoadTXTIntoDataframe
but hard to parse by other user code, maybe in other programming languages. This is largely due to keeping legacy compatibility.Please, provide a format that is easier to parse.
Specifically
DateTime
orDate_Time
instead ofDate Time
.The text was updated successfully, but these errors were encountered: