Skip to main content

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?

 

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


Reply