Skip to content

Commit c58d2af

Browse files
authored
DOCSP-43376 removing duplicate word (#173)
1 parent 81ba765 commit c58d2af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/mongoimport.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,10 @@ Options
413413
Specifies the file type to import. The default format is :term:`JSON`,
414414
but it's possible to import :term:`CSV` and :term:`TSV` files.
415415

416-
The ``csv`` parser accepts that data that complies with RFC
417-
:rfc:`4180`. As a result, backslashes are *not* a valid escape
418-
character. If you use double-quotes to enclose fields in the CSV
419-
data, you must escape internal double-quote marks by prepending
420-
another double-quote.
416+
The ``csv`` parser accepts that data that complies with :rfc:`4180`.
417+
As a result, backslashes are *not* a valid escape character. If you use
418+
double-quotes to enclose fields in the CSV data, you must escape internal
419+
double-quote marks by prepending another double-quote.
421420

422421

423422

0 commit comments

Comments
 (0)