gaurav_chOriginal post
Rank 2: Process
using web sdk on v1.4.13 self host, whenever I use listDocuments with a select query, I get $collectionId and $databaseId with the response. Is it possible to remove this? This should not be exposed.
By the way I have development environment enabled. Don't know whether it is because of the dev environment or not.
Summary
User: Hi, I have a dataset with a lot of keys that start with a dollar sign ($). Is there a way to remove these keys from the data?
Helper: Yes, it is possible to remove these keys from your dataset. Could you please provide more details about the format of your dataset and the programming language you are using?
User: I am working with a JSON dataset and using Python.
Helper: Great! In Python, you can remove keys starting with a dollar sign from a JSON dataset by iterating over each key and filtering out the keys that start with '$'. Here's an example code snippet to help you get started: