<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:00:55 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-10577] Document that mongoimport only supports UTF-8 character encoding</title>
                <link>https://jira.mongodb.org/browse/DOCS-10577</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;mongoimport 3.4.2 failed to import documents that were UTF-16 Unicode Text type. The MongoDB version was 3.4.2.&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
$file CARA_daily_unsubscribe_update_20170402_sample.csv &lt;br/&gt;
CARA_daily_unsubscribe_update_20170402_sample.csv: Little-endian UTF-16 Unicode text, with very long lines, with CRLF, CR line terminators&lt;/p&gt;

&lt;p&gt;$mongoimport -v --host 10.5.16.135 --port 27017 --db test --collection foo4 --type csv --headerline --file ./CARA_daily_unsubscribe_update_20170402_sample.csv &lt;br/&gt;
2017-07-24T18:01:46.417-0700	filesize: 1016 bytes&lt;br/&gt;
2017-07-24T18:01:46.417-0700	using fields: &#65533;&#65533;email,BMT_subscribed,BMT_unsubscribe_date,PDM_subscribed,PDM_unsubscribe_date,ESM_subscribed,ESM_unsubscribe_date,PFM_subscribed,PFM_unsubscribe_date,HAR_subscribed,HAR_unsubscribe_date,KEL_subscribed,KEL_unsubscribe_date,MIL_subscribed,MIL_unsubscribe_date,SWI_subscribed,SWI__unsubscribe_date,MON_subscribed,MON_unsubscribe_date,UDC_subscribed,UDC_unsubscribe_date&lt;br/&gt;
2017-07-24T18:01:46.422-0700	connected to: 10.5.16.135:27017&lt;br/&gt;
2017-07-24T18:01:46.422-0700	ns: test.foo4&lt;br/&gt;
2017-07-24T18:01:46.422-0700	connected to node type: standalone&lt;br/&gt;
2017-07-24T18:01:46.423-0700	using write concern: w=&apos;1&apos;, j=false, fsync=false, wtimeout=0&lt;br/&gt;
2017-07-24T18:01:46.423-0700	using write concern: w=&apos;1&apos;, j=false, fsync=false, wtimeout=0&lt;br/&gt;
2017-07-24T18:01:46.423-0700	num failures: 3&lt;br/&gt;
2017-07-24T18:01:46.423-0700	Failed: lost connection to server&lt;br/&gt;
2017-07-24T18:01:46.423-0700	imported 0 documents&lt;br/&gt;
```&lt;br/&gt;
I am attaching the file that was used to create the error. Once the file was converted to UTF-8, `mongoimport` was successful in importing it.&lt;/p&gt;

&lt;p&gt;Sincerely&lt;br/&gt;
Samaresh Singh&lt;/p&gt;</description>
                <environment></environment>
        <key id="407881">DOCS-10577</key>
            <summary>Document that mongoimport only supports UTF-8 character encoding</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="allison.moore@mongodb.com">Allison Reinheimer Moore</assignee>
                                    <reporter username="samaresh.singh">Samaresh Singh</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Jul 2017 05:14:56 +0000</created>
                <updated>Mon, 30 Oct 2023 21:08:35 +0000</updated>
                            <resolved>Wed, 26 Jul 2017 19:57:02 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>tools</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1632696" author="xgen-internal-githook" created="Wed, 26 Jul 2017 19:56:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;allison.moore@10gen.com&apos;, &apos;username&apos;: &apos;schmalliso&apos;, &apos;name&apos;: &apos;Allison Moore&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10577&quot; title=&quot;Document that mongoimport only supports UTF-8 character encoding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10577&quot;&gt;&lt;del&gt;DOCS-10577&lt;/del&gt;&lt;/a&gt;: mongoimport requires utf8 encoded files&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/b428c2661cfd6d0dc66ffe67c9758d93c756b4cd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/b428c2661cfd6d0dc66ffe67c9758d93c756b4cd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1632695" author="xgen-internal-githook" created="Wed, 26 Jul 2017 19:56:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;allison.moore@10gen.com&apos;, &apos;username&apos;: &apos;schmalliso&apos;, &apos;name&apos;: &apos;Allison Moore&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10577&quot; title=&quot;Document that mongoimport only supports UTF-8 character encoding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10577&quot;&gt;&lt;del&gt;DOCS-10577&lt;/del&gt;&lt;/a&gt;: mongoimport requires utf8 encoded files&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/d55b4542f105cab703f696f4085581f4e69e590b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/d55b4542f105cab703f696f4085581f4e69e590b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1632694" author="xgen-internal-githook" created="Wed, 26 Jul 2017 19:55:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;allison.moore@10gen.com&apos;, &apos;username&apos;: &apos;schmalliso&apos;, &apos;name&apos;: &apos;Allison Moore&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-10577&quot; title=&quot;Document that mongoimport only supports UTF-8 character encoding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-10577&quot;&gt;&lt;del&gt;DOCS-10577&lt;/del&gt;&lt;/a&gt;: mongoimport requires utf8 encoded files&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/dce88ebdca6a013db22e757b94eadfa31a726146&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/dce88ebdca6a013db22e757b94eadfa31a726146&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1631549" author="david.golden" created="Tue, 25 Jul 2017 19:35:37 +0000"  >&lt;p&gt;Thanks for the report!  mongoimport only supports UTF-8.  I&apos;m going to move this ticket to the Documentation project so this limitation gets documented.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="161609" name="CARA_daily_unsubscribe_update_20170402_sample.csv" size="1016" author="samaresh.singh" created="Tue, 25 Jul 2017 05:13:51 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 25 Jul 2017 15:07:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 29 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 29 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>allison.moore@mongodb.com</customfieldvalue>
            <customfieldvalue>david.golden@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>samaresh.singh</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htbkd3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht3e33:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1324">KANBAN BUCKET</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htb6fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>