Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCaffeineBuzz committed Jun 7, 2023
1 parent b1157aa commit 5f71599
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <http://www.gnu.org/licenses/>.
```

9 changes: 6 additions & 3 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <http://www.gnu.org/licenses/>.
```

7 changes: 6 additions & 1 deletion dist/REVISION.txt
Original file line number Diff line number Diff line change
@@ -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 <ap@tellusion.com>
Date: Wed Jun 7 19:16:11 2023 +1000

Updated license email address
Binary file modified dist/delog.jar
Binary file not shown.

0 comments on commit 5f71599

Please sign in to comment.