-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCSV import test - 04-jul-2021 14-14-21.txt
159 lines (156 loc) · 5.92 KB
/
CSV import test - 04-jul-2021 14-14-21.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
=== StreamCSVimport ===
+ Bad comments value specified
+ Comment with non-default character
+ Commented line at beginning
+ Commented line at end
+ Commented line in middle
+ Entire file is comment lines
+ Input is just a string (a single field)
+ Input is just empty fields
+ Input is just the delimiter (2 empty fields)
+ Input with only a commented line and blank line after
+ Input with only a commented line, without comments enabled
+ Input without comments with line starting with whitespace
+ Line ends with quoted field
+ Line starts with quoted field
+ Misplaced quotes in data, not as opening quotes
+ Multiple consecutive empty fields
+ Multiple rows, one column (no delimiter found)
+ One column input with empty fields
+ One Row
+ Pipe delimiter
+ Quoted field at end of row (but not at EOF) has quotes
+ Quoted field has no closing quote
+ Quoted field with 5 quotes in a row and a delimiter
+ Quoted field with delimiter
+ Quoted field with escaped quotes at boundaries
+ Quoted field with escaped quotes
+ Quoted field with extra whitespace on edges
+ Quoted field with line break
+ Quoted field with quotes around delimiter
+ Quoted field with quotes on left side of delimiter
+ Quoted field with quotes on right side of delimiter
+ Quoted field with Unix escaped quotes at boundaries
+ Quoted field with whitespace around quotes
+ Quoted field
+ Quoted fields at end of row with delimiter and line break
+ Quoted fields with line breaks
+ Row with enough fields but blank field at end
+ Row with too few fields
+ Row with too many fields
+ Skip empty lines, with empty input
+ Skip empty lines, with first line only whitespace
+ Skip empty lines, with newline at end of input
+ Tab delimiter
+ Three comment lines consecutively at beginning of file
+ Two comment lines consecutively at end of file
+ Two comment lines consecutively
+ Two rows
+ Unquoted field with quotes at end of field
+ Whitespace at edges of unquoted field
+ Complex CSV syntax
= PASS (50 of 50 passed) = 4/7/2021 2:14:21 p. m. =
=== StringCSVimport ===
+ Bad comments value specified
+ Comment with non-default character
+ Commented line at beginning
+ Commented line at end
+ Commented line in middle
+ Entire file is comment lines
+ Input is just a string (a single field)
+ Input is just empty fields
+ Input is just the delimiter (2 empty fields)
+ Input with only a commented line and blank line after
+ Input with only a commented line, without comments enabled
+ Input without comments with line starting with whitespace
+ Line ends with quoted field
+ Line starts with quoted field
+ Misplaced quotes in data, not as opening quotes
+ Multiple consecutive empty fields
+ Multiple rows, one column (no delimiter found)
+ One column input with empty fields
+ One Row
+ Pipe delimiter
+ Quoted field at end of row (but not at EOF) has quotes
+ Quoted field has no closing quote
+ Quoted field with 5 quotes in a row and a delimiter
+ Quoted field with delimiter
+ Quoted field with escaped quotes at boundaries
+ Quoted field with escaped quotes
+ Quoted field with extra whitespace on edges
+ Quoted field with line break
+ Quoted field with quotes around delimiter
+ Quoted field with quotes on left side of delimiter
+ Quoted field with quotes on right side of delimiter
+ Quoted field with Unix escaped quotes at boundaries
+ Quoted field with whitespace around quotes
+ Quoted field
+ Quoted fields at end of row with delimiter and line break
+ Quoted fields with line breaks
+ Row with enough fields but blank field at end
+ Row with too few fields
+ Row with too many fields
+ Skip empty lines, with empty input
+ Skip empty lines, with first line only whitespace
+ Skip empty lines, with newline at end of input
+ Tab delimiter
+ Three comment lines consecutively at beginning of file
+ Two comment lines consecutively at end of file
+ Two comment lines consecutively
+ Two rows
+ Unquoted field with quotes at end of field
+ Whitespace at edges of unquoted field
+ Complex CSV syntax
= PASS (50 of 50 passed) = 4/7/2021 2:14:21 p. m. =
=== SequentialCSVimport ===
+ Bad comments value specified
+ Comment with non-default character
+ Commented line at beginning
+ Commented line at end
+ Commented line in middle
+ Entire file is comment lines
+ Input is just a string (a single field)
+ Input is just empty fields
+ Input is just the delimiter (2 empty fields)
+ Input with only a commented line and blank line after
+ Input with only a commented line, without comments enabled
+ Input without comments with line starting with whitespace
+ Line ends with quoted field
+ Line starts with quoted field
+ Misplaced quotes in data, not as opening quotes
+ Multiple consecutive empty fields
+ Multiple rows, one column (no delimiter found)
+ One column input with empty fields
+ One Row
+ Pipe delimiter
+ Quoted field at end of row (but not at EOF) has quotes
+ Quoted field has no closing quote
+ Quoted field with 5 quotes in a row and a delimiter
+ Quoted field with delimiter
+ Quoted field with escaped quotes at boundaries
+ Quoted field with escaped quotes
+ Quoted field with extra whitespace on edges
+ Quoted field with line break
+ Quoted field with quotes around delimiter
+ Quoted field with quotes on left side of delimiter
+ Quoted field with quotes on right side of delimiter
+ Quoted field with Unix escaped quotes at boundaries
+ Quoted field with whitespace around quotes
+ Quoted field
+ Quoted fields at end of row with delimiter and line break
+ Quoted fields with line breaks
+ Row with enough fields but blank field at end
+ Row with too few fields
+ Row with too many fields
+ Skip empty lines, with empty input
+ Skip empty lines, with first line only whitespace
+ Skip empty lines, with newline at end of input
+ Tab delimiter
+ Three comment lines consecutively at beginning of file
+ Two comment lines consecutively at end of file
+ Two comment lines consecutively
+ Two rows
+ Unquoted field with quotes at end of field
+ Whitespace at edges of unquoted field
+ Complex CSV syntax
= PASS (50 of 50 passed) = 4/7/2021 2:14:22 p. m. =