mongoimport can not import char \

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • 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:
            Michael O'Brien
            Reporter:
            coolsky99
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: