Skip to content

Commit 5864625

Browse files
committed
update the explanation
1 parent 85dfe3a commit 5864625

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/errors/gql-errors/22NAE.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
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>> }`.
55

66
== Explanation
7-
When a CSV file contains a field that spans multiple lines, but the context in which it is being read does not allow multi-line fields, an error will be thrown. This often occurs when there is a missing end quote in a quoted field.
7+
This error is thrown when a CSV file contains a field that spans multiple lines, but the context in which it is being read does not allow multi-line fields.
8+
This often occurs when there is a missing end quote in a quoted field.
89

910
== Example scenario
1011

0 commit comments

Comments
 (0)