From c58d2afa0d0b86d1dfd3cb9051b62e4a29ba2b58 Mon Sep 17 00:00:00 2001 From: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:56:15 -0400 Subject: [PATCH] DOCSP-43376 removing duplicate word (#173) --- source/mongoimport.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/mongoimport.txt b/source/mongoimport.txt index 70ae3e1..56ca119 100644 --- a/source/mongoimport.txt +++ b/source/mongoimport.txt @@ -413,11 +413,10 @@ Options Specifies the file type to import. The default format is :term:`JSON`, but it's possible to import :term:`CSV` and :term:`TSV` files. - The ``csv`` parser accepts that data that complies with RFC - :rfc:`4180`. As a result, backslashes are *not* a valid escape - character. If you use double-quotes to enclose fields in the CSV - data, you must escape internal double-quote marks by prepending - another double-quote. + The ``csv`` parser accepts that data that complies with :rfc:`4180`. + As a result, backslashes are *not* a valid escape character. If you use + double-quotes to enclose fields in the CSV data, you must escape internal + double-quote marks by prepending another double-quote.