Skip to content

Commit 6173756

Browse files
committed
add backticks to render the variables properly
1 parent 71d3165 commit 6173756

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 22NAC
22

33
== 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 }`.
55

66
== Explanation
77
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 22NAD
22

33
== 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>> }`.
55

66
== Explanation
77
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 22NAE
22

33
== 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>> }`.
55

66
== Explanation
77
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.

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,15 +586,15 @@ Status description:: error: data exception - mixed type list for property-based
586586

587587
=== xref:errors/gql-errors/22NAC.adoc[22NAC]
588588

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 }`.
590590

591591
=== xref:errors/gql-errors/22NAD.adoc[22NAD]
592592

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>> }`.
594594

595595
=== xref:errors/gql-errors/22NAE.adoc[22NAE]
596596

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>> }`.
598598

599599
=== xref:errors/gql-errors/22NB0.adoc[22NB0]
600600

0 commit comments

Comments
 (0)