diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
commit | 5068d34c08f951a7ea6257d305a1627b09a95817 (patch) | |
tree | 08213e2be853396a3b07ce15dbe222644dcd9a89 /test/datafile_simple.2 | |
parent | Initial commit. (diff) | |
download | lnav-5068d34c08f951a7ea6257d305a1627b09a95817.tar.xz lnav-5068d34c08f951a7ea6257d305a1627b09a95817.zip |
Adding upstream version 0.11.1.upstream/0.11.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/datafile_simple.2')
-rw-r--r-- | test/datafile_simple.2 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/test/datafile_simple.2 b/test/datafile_simple.2 new file mode 100644 index 0000000..c141544 --- /dev/null +++ b/test/datafile_simple.2 @@ -0,0 +1,40 @@ + 1,2,3,4,five,six,7 + key 0:0 + num 0:1 ^ 1 + val 0:1 ^ 1 +pair 0:1 ^ 1 + key 2:2 ^ + num 2:3 ^ 2 + val 2:3 ^ 2 +pair 2:3 ^ 2 + key 4:4 ^ + num 4:5 ^ 3 + val 4:5 ^ 3 +pair 4:5 ^ 3 + key 6:6 ^ + num 6:7 ^ 4 + val 6:7 ^ 4 +pair 6:7 ^ 4 + key 8:8 ^ +word 8:12 ^--^ five + val 8:12 ^--^ five +pair 8:12 ^--^ five + key 13:13 ^ +word 13:16 ^-^ six + val 13:16 ^-^ six +pair 13:16 ^-^ six + key 17:17 ^ + num 17:18 ^ 7 + val 17:18 ^ 7 +pair 17:18 ^ 7 +msg :1,2,3,4,five,six,7 +format :#,#,#,#,#,#,# +{ + "col_0": 1, + "col_1": 2, + "col_2": 3, + "col_3": 4, + "col_4": "five", + "col_5": "six", + "col_6": 7 +} |