-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add line index to parser for easier lookup in source data (#33)
Co-authored-by: CodyCBakerPhD <[email protected]>
- Loading branch information
1 parent
d941bc1
commit 19ac9ac
Showing
9 changed files
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../examples/parsed_example_0/expected_output/blobs_11ec8933-1456-4942-922b-94e5878bb991.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp bytes_sent ip_address | ||
2022-05-04 05:06:35 512 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2022-05-04 05:06:35 512 192.0.2.0 1 |
4 changes: 2 additions & 2 deletions
4
.../examples/parsed_example_0/expected_output/blobs_a7b032b8-1e31-429f-975f-52a28cec6629.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp bytes_sent ip_address | ||
2021-12-31 23:06:42 1443 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2021-12-31 23:06:42 1443 192.0.2.0 0 |
6 changes: 3 additions & 3 deletions
6
.../examples/parsed_example_1/expected_output/blobs_11ec8933-1456-4942-922b-94e5878bb991.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
timestamp bytes_sent ip_address | ||
2022-03-16 02:21:12 512 192.0.2.0 | ||
2022-05-04 05:06:35 512 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2022-03-16 02:21:12 512 192.0.2.0 1 | ||
2022-05-04 05:06:35 512 192.0.2.0 1 |
6 changes: 3 additions & 3 deletions
6
.../examples/parsed_example_1/expected_output/blobs_a7b032b8-1e31-429f-975f-52a28cec6629.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
timestamp bytes_sent ip_address | ||
2021-04-24 12:03:05 1443 192.0.2.0 | ||
2021-12-31 23:06:42 1443 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2021-04-24 12:03:05 1443 192.0.2.0 0 | ||
2021-12-31 23:06:42 1443 192.0.2.0 0 |
4 changes: 2 additions & 2 deletions
4
.../examples/parsed_example_2/expected_output/blobs_0801d996-200e-4173-ab49-d1784427e96a.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp bytes_sent ip_address | ||
2023-06-26 03:05:53 6616308 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2023-06-26 03:05:53 6616308 192.0.2.0 3 |
4 changes: 2 additions & 2 deletions
4
.../examples/parsed_example_2/expected_output/blobs_11ec8933-1456-4942-922b-94e5878bb991.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp bytes_sent ip_address | ||
2022-05-04 05:06:35 512 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2022-05-04 05:06:35 512 192.0.2.0 1 |
4 changes: 2 additions & 2 deletions
4
.../examples/parsed_example_2/expected_output/blobs_a7b032b8-1e31-429f-975f-52a28cec6629.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
timestamp bytes_sent ip_address | ||
2021-12-31 23:06:42 1443 192.0.2.0 | ||
timestamp bytes_sent ip_address line_index | ||
2021-12-31 23:06:42 1443 192.0.2.0 0 |