You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NAC.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= 22NAC
2
2
3
3
== Status description
4
-
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See { <<input>>1 } at position { <<pos>> }. This is read as { <<input>>2 }.
4
+
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See `{ <<input>>1 }` at position `{ <<pos>> }`. This is read as `{ <<input>>2 }`.
5
5
6
6
== Explanation
7
7
When a CSV file has a field that starts with a quote has content after the ending quote that file is formatted incorrectly and trying to§ read such a file with `LOAD CSV` will result in an error.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NAD.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= 22NAD
2
2
3
3
== Status description
4
-
error: data exception - missing end quote in CSV field. Missing end quote at position { <<pos>> } in { <<input>> }.
4
+
error: data exception - missing end quote in CSV field. Missing end quote at position `{ <<pos>> }` in `{ <<input>> }`.
5
5
6
6
== Explanation
7
7
When a CSV file has a field that starts with a quote but misses an ending quote that file is formatted incorrectly and trying to read such a file with `LOAD CSV` will result in an error.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/22NAE.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= 22NAE
2
2
3
3
== Status description
4
-
error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in { <<input>> } at position { <<pos>> }.
4
+
error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in `{ <<input>> }` at position `{ <<pos>> }`.
5
5
6
6
== Explanation
7
7
When a CSV file has a field that starts with a quote has content after the ending quote that file is formatted incorrectly and trying to read such a file with `LOAD CSV` will result in an error.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -586,15 +586,15 @@ Status description:: error: data exception - mixed type list for property-based
586
586
587
587
=== xref:errors/gql-errors/22NAC.adoc[22NAC]
588
588
589
-
Status description:: error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See { <<input>>1 } at position { <<pos>> }. This is read as { <<input>>2 }.
589
+
Status description:: error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See `{ <<input>>1 }` at position `{ <<pos>> }`. This is read as `{ <<input>>2 }`.
590
590
591
591
=== xref:errors/gql-errors/22NAD.adoc[22NAD]
592
592
593
-
Status description:: error: data exception - missing end quote in CSV field. Missing end quote at position { <<pos>> } in { <<input>> }.
593
+
Status description:: error: data exception - missing end quote in CSV field. Missing end quote at position `{ <<pos>> }` in `{ <<input>> }`.
594
594
595
595
=== xref:errors/gql-errors/22NAE.adoc[22NAE]
596
596
597
-
Status description:: error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in { <<input>> } at position { <<pos>> }.
597
+
Status description:: error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in `{ <<input>> }` at position `{ <<pos>> }`.
0 commit comments