node-red-contrib-objectid 1.1.0

Node-RED node to create an Object-Id for mongodb operations.

npm install node-red-contrib-objectid

Platform Node-RED Contribution Bit NodeJS_Version Standard - JavaScript Style Guide NPM download NPM version Build and publish Gitpod Ready-to-Code

node-red-contrib-objectid

This Node-Red node is to create an Object-Id for mongodb write operations from JSON inputs.

flowshot

The selected property in msg.payload or in Array-Objects will be set to a BSON-Object-Id, you can also inject a 24 hex characters and the node creates a valid Object-Id property from it or raise an error if it is not valid.

For example:

msg.payload._id = "572dbc06f307c8682045c55c"

or

msg.payload.uuid = "572dbc06f307c8682045c55c"

If the target property is not to find or empty, then a random Object-Id is created.

Test flows

Flow example

Config

flowsprops

Examples

flowsres

flowsres2

flowsres3

License:

MIT: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Node Info

Version: 1.1.0
Updated 1 year, 9 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

63 in the last week

Nodes

  • objectid

Keywords

  • node-red
  • database
  • object-id
  • mongodb
  • biancoroyal