forked from Velocidex/velociraptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestCSVUtils.golden
27 lines (25 loc) · 1.66 KB
/
TestCSVUtils.golden
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
JSONL:
------
{"Col With \" 1":"Value \" with quotes: 0","Object":{"Foo":1},"Col2":0,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 1","Object":{"Foo":1},"Col2":2,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 2","Object":{"Foo":1},"Col2":4,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 3","Object":{"Foo":1},"Col2":6,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 4","Object":{"Foo":1},"Col2":8,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 5","Object":{"Foo":1},"Col2":10,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 6","Object":{"Foo":1},"Col2":12,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 7","Object":{"Foo":1},"Col2":14,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 8","Object":{"Foo":1},"Col2":16,"ClientId":"C.123","HuntId":"H.123"}
{"Col With \" 1":"Value \" with quotes: 9","Object":{"Foo":1},"Col2":18,"ClientId":"C.123","HuntId":"H.123"}
CSV:
------
"Col With "" 1",Object,Col2,ClientId,HuntId
"Value "" with quotes: 0","{""Foo"":1}",0,C.123,H.123
"Value "" with quotes: 1","{""Foo"":1}",2,C.123,H.123
"Value "" with quotes: 2","{""Foo"":1}",4,C.123,H.123
"Value "" with quotes: 3","{""Foo"":1}",6,C.123,H.123
"Value "" with quotes: 4","{""Foo"":1}",8,C.123,H.123
"Value "" with quotes: 5","{""Foo"":1}",10,C.123,H.123
"Value "" with quotes: 6","{""Foo"":1}",12,C.123,H.123
"Value "" with quotes: 7","{""Foo"":1}",14,C.123,H.123
"Value "" with quotes: 8","{""Foo"":1}",16,C.123,H.123
"Value "" with quotes: 9","{""Foo"":1}",18,C.123,H.123