Hello,
I would like to create a graph, with as input, a text file containing a table like below...
The graph will use the timestamp for x axis, and all parameters on y axis.
The table will have a new line every X seconds.
Any hint / example to help me ? Where to start ? How to parse ? How to create the graph and update it automatically?
Thanks a lot

           Timestamp | val1 || val2 | val3 | val4 | val5 |  val6 | val7 | val8 |    val9 |     val10 |     val11 |   val12 | val13 |
  132564044008556925 |           19 ||           19 |            0 |            0 |       0 |      19 |       8 |       0 |       8 |       1 |       2 |       0 |       0 |
  132564044158587498 |            0 ||            0 |            0 |            0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |
  132564044308621390 |            8 ||            8 |            0 |            0 |       0 |       8 |       0 |       0 |       5 |       1 |       2 |       0 |       0 |
  132564044458650197 |            0 ||            0 |            0 |            0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |
  132564044608679780 |           30 ||           30 |            0 |            0 |       0 |      30 |       8 |       0 |      16 |       2 |       4 |       0 |       0 |
  132564044758710676 |            0 ||            0 |            0 |            0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |       0 |