How to use the ini node

I have installed ini node (node-red-contrib-parser-ini) to read INI file,
but do not know how to configure in the red frame below to be able to read the ini file with this node.
Please tell me!
Thanks.

[{"id":"11f5ebdd.91e704","type":"inject","z":"f52316ad.e53718","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"/Temp/FileIniTest.ini","payloadType":"str","x":1550,"y":1540,"wires":[["41779bf0.5212f4"]]},{"id":"41779bf0.5212f4","type":"parser-ini","z":"f52316ad.e53718","property":"payload","name":"","x":1740,"y":1540,"wires":[["47ac2c14.32e464"]]},{"id":"47ac2c14.32e464","type":"debug","z":"f52316ad.e53718","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1900,"y":1540,"wires":[]}]

That field (which has a bug in it) is for the name of the node (so can be ignored)

Glancing at the node code, I think the node needs the contents of an .ini file to be passed to it in msg.payload - not the name of the .ini file

1 Like

@cymplecy Thank you very much!

Seeing that this node doesn't have much documentation, I'd suggest opening an issue on the node's GitHub page

1 Like

@zenofmud I raised an issue on the repository.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.