Solved

Reading MongoDB collection

  • 12 July 2019
  • 1 reply
  • 2 views

Badge +1

Hi all,

I am reading an MongoDB collection and write it to GeoJSON. It is generally working fine however it writes some backslashes out of some reason. As you can see in the images, for conditions value, I am getting this "\\". Any idea how can I get rid of them?

 

icon

Best answer by jugoslaviaa 12 July 2019, 11:30

View original

1 reply

Badge +1

I found the problem. I should change the data type to json while writing. It was still string

Reply