Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-608

mongoimport can not import char \

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Not Needed

      use mongoimport

      import jsondata like

      {"a":1,"b":2,c:"33\1111111"}   
      error:SON representation of supplied JSON is too large: Failure parsing JSON string
      
      {"a":1,"b":2,c:"33\\1111111"}   
      import success,but in db, the data was 33\\1111111 not 33\1111111
      

            Assignee:
            mikeo@mongodb.com Michael O'Brien
            Reporter:
            coolsky99 coolsky99
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: