MongoDB
MongoDB string split on update with mongosh
•
3 min read
Nobody doubts that MongoDB can split string for the update function. There is a common Software Ops task when you need to transform a string field in a datastore to an array split by delimiter symbol or vice versa. It could be helpful when you transform a string of comma/space/semicolon-separated items like tags, aliases, and…