cycronix / cloudturbine

CloudTurbine - Data Streaming Middleware
Apache License 2.0
3 stars 4 forks source link

CTudp changes #104

Closed jpw-erigo closed 6 years ago

jpw-erigo commented 6 years ago
  1. Make sure the "-csplit" channel names either have no suffix or end in .txt, .csv, .f64

  2. Add new "exception value" command line flag (-e) for when a double CSV component doesn't parse to double properly

  3. Display default values in the command usage text (-h output)

  4. Parsing CSV input string using -csplit option:

    • if chan name ends in .f64, put data as double; if there is a problem parsing the double, use the "exceptionVal" in its place
    • if chan name doesn't have a suffix or it ends in .txt or it ends in .csv, put data as string
  5. If capturing more than 1 UDP stream, can't use the "-csplit" option