Hi
I tried to run the query where I want to replace some string of a column while selecting the records in Redash.
It’s giving Error running query: Unrecognized expression '$replaceAll’
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
As a workaround, consider:
- query MongoDB without using $replaceAll
- wrap Mongo output in a Query Results datasource in Redash https://redash.io/help/user-guide/querying/query-results-data-source
- manipulate the query results using SQL string manipulation functions (implemented in SQLite)
1 Like