01-11-2018 08:06 AM
thanks, it shows me now the first value (time). how can I get the second value (signal) out of the string?
01-11-2018 08:17 AM - edited 01-11-2018 08:19 AM
@lepina wrote:
thanks, it shows me now the first value (time). how can I get the second value (signal) out of the string?
Change the regular expression in the code I sent you earlier from "(.*)\s(.*)\s" to "([\d,]*)\s([\d,]*)\s". That will separate the values correctly.
You can also use the Spreadsheet String To Array that crossrulz suggested as well.
01-19-2018 08:56 AM
thanks a lot mark, now it shows me the diagrams with a time stamp on the X and the signal on the Y axis.