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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ LOAD CSV 'somefile.csv' AS line RETURN count(line)
22
22
The following error will be thrown:
23
23
[source]
24
24
----
25
-
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See `'somefile.csv'` at position `14`. This is read as `'y"y'`.
25
+
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See 'somefile.csv' at position 14. This is read as 'y"y'.
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
@@ -24,7 +24,7 @@ LOAD CSV 'somefile.csv' AS line RETURN count(line)
24
24
The following error will be thrown:
25
25
[source]
26
26
----
27
-
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 { 'somefile.csv' } at position { 15 }.
27
+
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 'somefile.csv' at position 15.
0 commit comments