Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This webservice allows sohisticated conversions. I prepared some templates for it to do common conversions. Follow the steps below and then choose the right template.json and format the input for the different use cades as outlined below.

  1. Open Convertcsv.com - Template Import
  2. Import the according template JSON in Load Form

  3. Paste the list of sensors into the input field

    Info

    There is no feedback that the form was loaded successfully after uploading the template but it works.


  4. Click Convert CSV Using Template and afterwards Download Result

Simple Sensor Config

This generates a config without severities or sensor classes.

  1. Load the Template File 
    Attachments
    previewfalse
    uploadfalse
    oldfalse
    patterns*simple*.json
  2. Insert the symbol list with the format as pre loaded in Input

    Code Block
    titleInput
    ErsterSensor
    zweiterSensor
    DritterSensor


  3. Click Click Convert CSV Using Template and afterwards Download Result

Action Rule Config

This generates the action rule block from a list of sensor names and comments. The comments will be transformed and used as rule name.

  1. Load the Template File 
    Attachments
    previewfalse
    uploadfalse
    oldfalse
    patterns*alarms*.json
  2. Insert the symbol list with the format as pre loaded in Input

    Code Block
    titleInput
    ErsterSensor;This sensor does smth bla
    zweiterSensor;Whatever i type her ebecomes the new sensor name
    DritterSensor;evene special chars like (/&(/& will be replaced with _


  3. Click Convert CSV Using Template and 


Locally with a bash script

...