diff options
author | Kablersalat <crt@adastra7.net> | 2025-02-10 07:01:44 +0100 |
---|---|---|
committer | Kablersalat <crt@adastra7.net> | 2025-02-10 07:01:44 +0100 |
commit | fd1fa86a0c7a4db1dc077b770dbff26c6e2c0e5b (patch) | |
tree | 144714d954a7d7b69e610832879641d9c4fdddcb /README.md |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e14c6a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# rdb-to-sheets +A very simple python script to convert the TXT output from RDB to an Excel Sheet + +## How to use +1. On Meridian 1 do : LD 21; REQ PRT; TYPE RDB; +1. Copy the output from the first DN up to the last DN listed (see example below) +1. Save to somewhere as a raw txt +1. Use Bash script to set up Python3 VENV, or install requirements.txt things with pip on your system however you please. +1. Run : python3 ./rdb-to-sheets.py /your/rdb/file.txt +1. Enjoy your now converted rdb excel sheet (made in same directory as rdb-to-sheets.py by default, can also be anywhere you desire python3 like this ./rdb-to-sheets.py /your/rdb/file.txt /your/output/rdb/sheet.xslx) + +## Consideration +1. I know little coding and even less python, I've tested it on my Meridian 1 Option 11e only as thats the only system I own. +1. If you have suggestions on how to improve this feel free to submit those here. +1. If I made something completely wrong in the script its not my responsibility. +1. Have fun ! |