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