Skip to content

silentsoft/actlist-innorules-ruletrace-converter-plugin

Repository files navigation

Innorules Ruletrace Converter

release license Hits

Drag and drop your rule trace files to convert special delimiters.

Features

  • Convert special delimiters on rule trace .xml.
    • replace STX(0x02), EOT(0x04), GS(0x1D) and RS(0x1E) to :
    • replace ETX(0x03) and <CR><LF> to ;
    • replace <> to &lt;&gt;
    • replace & to &amp;
  • Insert XML specification to first line if not exists.
  • Automatic conversion to specific directory every 5 seconds.
  • Automatic encoding detaction (EUC-KR or UTF-8)

Packaging

$ mvn clean package

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.

License

Please refer to LICENSE and NOTICE.