about summary refs log tree commit diff stats
path: root/example/example_input.csv
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_input.csv')
-rw-r--r--example/example_input.csv5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/example_input.csv b/example/example_input.csv
new file mode 100644
index 0000000..3614daf
--- /dev/null
+++ b/example/example_input.csv
@@ -0,0 +1,5 @@
+log_type,timestamp,category,number,test_description,fail_description
+SUCCESS,"100 ms","category_1",1,"description_1",""
+FAIL,"110 ms","category_2",1,"description_2","description_2_1"
+INFO,"115 ms","category_2",2,"description_3","description_2_2"
+SUCCESS,"120 ms","category_2",2,"description_4","description_2_3"
\ No newline at end of file