Drag and drop your rule trace files to convert special delimiters.
- Convert special delimiters on rule trace
.xml
.- replace
STX(0x02)
,EOT(0x04)
,GS(0x1D)
andRS(0x1E)
to:
- replace
ETX(0x03)
and<CR><LF>
to;
- replace
<>
to<>
- replace
&
to&
- replace
- Insert XML specification to first line if not exists.
- Automatic conversion to specific directory every 5 seconds.
- Automatic encoding detaction (
EUC-KR
orUTF-8
)
$ mvn clean package
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.