My incoming datastring from a terminal has the following format:
number1;number2CR (';' is the data delimiter)
I use the 'direct excel connection'.
How can I achieve that number1 is displayed in column1, number2 in column2
with each datastring in a separate row?
Kind regards
Emil
Hello, Emil.
You need:
1. configure the ASCII Data Parser to extract 2 values to 2 parser item
2. bind these parser items with columns in the "Direct Excel Connection" plugin.
You may find several examples in the "Tutorials" area on our website..