first commit

This commit is contained in:
2024-08-12 17:08:47 +02:00
commit acd1f8cc7e
6 changed files with 141 additions and 0 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
# XML Cleaner
Simple webapp to clean up XML datasets.
Currently hardcoded to find the `tartalom` tags in multiple files,
and dump their text content into a single txt file.
Removes all xml tags contained in CDATA strings, along with unnecessary whitespaces.
## Building
1. Run the Typescript compiler.
```
tsc
```
2. Deploy `index.html` and the `out` folder to a webserver.