diff --git a/README.md b/README.md
index a729f64..5d3387c 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,13 @@ This tool will de-serialse/expand/explode any embedded XML/JSON data structures
This is particularly useful for reading logfiles that contain unstructured data into Excel, PowerBI, Tableau, Python, MATLAB and many other tools that expect tabular data.
+Alot of instrumentation for security operations, IoT devices, drones and data lakes is in the form of logfiles which contains a combination of tabular data & unstructured data. This tool addresses that complexity and allows one to more readily make use of these files, either to inspect them or for applications such as data science.
+
A mix of JSON objects, JSON arrays and XML can all be combined into a single CSV file.
-## Purpose
+## Installing
-Alot of instrumentation for IoT devices, drones and data lakes is in the form of logfiles which contains a combination of tabular data & unstructured data. This tool addresses that complexity and allows one to more readily make use of these files, either to inspect them or for applications such as data science.
+Download the contents of the **dist** folder - the delog.jar is an uber-jar with everything you need.
## Example usage
@@ -40,6 +42,8 @@ Into:
"f","e","d","500","9","Cottage cheese",
```
+Note that JSON & XML are supported, so a mix of JSON objects, JSON arrays and XML can all be combined into a single CSV file.
+
## License
```text
@@ -83,4 +87,3 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```
-
diff --git a/dist/README.md b/dist/README.md
index a729f64..5d3387c 100644
--- a/dist/README.md
+++ b/dist/README.md
@@ -4,11 +4,13 @@ This tool will de-serialse/expand/explode any embedded XML/JSON data structures
This is particularly useful for reading logfiles that contain unstructured data into Excel, PowerBI, Tableau, Python, MATLAB and many other tools that expect tabular data.
+Alot of instrumentation for security operations, IoT devices, drones and data lakes is in the form of logfiles which contains a combination of tabular data & unstructured data. This tool addresses that complexity and allows one to more readily make use of these files, either to inspect them or for applications such as data science.
+
A mix of JSON objects, JSON arrays and XML can all be combined into a single CSV file.
-## Purpose
+## Installing
-Alot of instrumentation for IoT devices, drones and data lakes is in the form of logfiles which contains a combination of tabular data & unstructured data. This tool addresses that complexity and allows one to more readily make use of these files, either to inspect them or for applications such as data science.
+Download the contents of the **dist** folder - the delog.jar is an uber-jar with everything you need.
## Example usage
@@ -40,6 +42,8 @@ Into:
"f","e","d","500","9","Cottage cheese",
```
+Note that JSON & XML are supported, so a mix of JSON objects, JSON arrays and XML can all be combined into a single CSV file.
+
## License
```text
@@ -83,4 +87,3 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```
-
diff --git a/dist/REVISION.txt b/dist/REVISION.txt
index aaa6b82..c8787e6 100644
--- a/dist/REVISION.txt
+++ b/dist/REVISION.txt
@@ -1,2 +1,7 @@
-Build Date: 2023-06-07 18:58:30
+Build Date: 2023-06-07 19:18:52
+commit b1157aa7d35ebe5cc94da9aa61f09fcf4f6b5eb2
+Author: Andrew (AP) Prendergast
+Date: Wed Jun 7 19:16:11 2023 +1000
+
+ Updated license email address
\ No newline at end of file
diff --git a/dist/delog.jar b/dist/delog.jar
index fad2081..697157b 100644
Binary files a/dist/delog.jar and b/dist/delog.jar differ