1.0.0 • Published 6 years ago

node-red-contrib-bigxlsx v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

node-red-contrib-bigxlsx

"Big Exec" is a Big Node for node-red. It's used to parse XLSX files

alt tag

alt tag

alt tag

alt tag

Installation

npm install node-red-contrib-bigxlsx

Principles for Big Nodes

###1 can handle big data or block mode

That means, in block mode, not only "one message is a whole file" and able to manage start/end control messages

###2 send start/end messages as well as statuses

That means it uses a second output to give control states (start/end/running and error) control messages

###3 tell visually what they are doing

Visual status on the node tells it's ready/running (blue), all is ok and done (green) or in error (red)

Usage

Still some to write there...

Dependencies

biglib library for building node-red flows that supports blocks, high volume node-shell-quote quote and parse shell commands event-stream EventStream is like functional programming meets IO

Example flow files

Try pasting in the flow file below that shows the node behaviour

[{"id":"a05a9c2c.5fa56","type":"bigxlsx","z":"a7f26b5c.580d98","name":"","command":"sh","commandArgs":"-c '(echo stdout; echo stderr >&2)'","minError":1,"minWarning":1,"cwd":"","shell":false,"noStdin":true,"payloadIsArg":false,"extraArgumentProperty":"","envProperty":"","x":760,"y":300,"wires":[["21472444.deb8dc"],["7b3b770f.84c488"],["f0e24eb7.0f1db"]]},{"id":"3c6d4df.fc392b2","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":340,"y":1100,"wires":[["b3f8ce39.4c073"]]},{"id":"2555979c.daaa68","type":"debug","z":"a7f26b5c.580d98","name":"","active":false,"console":"false","complete":"false","x":1290,"y":1200,"wires":[]},{"id":"859c0b6f.7a63f8","type":"debug","z":"a7f26b5c.580d98","name":"output","active":true,"console":"false","complete":"payload","x":570,"y":500,"wires":[]},{"id":"1b4d760d.e4b28a","type":"bigxlsx","z":"a7f26b5c.580d98","name":"true","command":"true","commandArgs":"","minError":1,"minWarning":"","cwd":"","shell":false,"noStdin":true,"payloadIsArg":false,"x":270,"y":100,"wires":[[],[],[]]},{"id":"b3ed2096.4c12e","type":"bigxlsx","z":"a7f26b5c.580d98","name":"","command":"cat","commandArgs":"-n -b ","minError":1,"minWarning":"","cwd":"/tmp","shell":false,"noStdin":false,"payloadIsArg":false,"x":677.5,"y":1132,"wires":[["387f4221.c780be"],["387f4221.c780be"],[]]},{"id":"387f4221.c780be","type":"bigline","z":"a7f26b5c.580d98","name":"mine","filename":"","format":"utf8","keepEmptyLines":false,"x":837.5,"y":1239,"wires":[[],["3212c1eb.cded3e"]]},{"id":"3212c1eb.cded3e","type":"bigstatus","z":"a7f26b5c.580d98","name":"","locale":"fr","x":1090,"y":1260,"wires":[["2555979c.daaa68"]]},{"id":"b3f8ce39.4c073","type":"bigxlsx","z":"a7f26b5c.580d98","name":"","command":"cat","commandArgs":"/tmp/a","minError":"1","minWarning":"","cwd":"/tmp","shell":true,"noStdin":true,"payloadIsArg":false,"x":512.5,"y":1133,"wires":[["b3ed2096.4c12e"],["b3ed2096.4c12e"],[]]},{"id":"47b7d017.b8483","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"b.csv","payloadType":"str","repeat":"","crontab":"","once":false,"x":343.5,"y":1191,"wires":[["b3f8ce39.4c073"]]},{"id":"9f877f0b.60788","type":"bigxlsx","z":"a7f26b5c.580d98","name":"sh","command":"sh","commandArgs":"-c","minError":"8","minWarning":"1","cwd":"/tmp","shell":false,"noStdin":true,"payloadIsArg":true,"x":710,"y":140,"wires":[[],[],[]]},{"id":"f870bc7c.078f4","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"\"exit 0\"","payloadType":"str","repeat":"","crontab":"","once":false,"x":550,"y":100,"wires":[["9f877f0b.60788"]]},{"id":"109f9ae3.ef6065","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"\"exit 1\"","payloadType":"str","repeat":"","crontab":"","once":false,"x":550,"y":140,"wires":[["9f877f0b.60788"]]},{"id":"cb048e03.34fb7","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"\"exit 8\"","payloadType":"str","repeat":"","crontab":"","once":false,"x":550,"y":180,"wires":[["9f877f0b.60788"]]},{"id":"f371e0df.0c8e2","type":"bigxlsx","z":"a7f26b5c.580d98","name":"sleep","command":"sleep","commandArgs":"","minError":"8","minWarning":"1","cwd":"/tmp","shell":true,"noStdin":true,"payloadIsArg":true,"extraArgumentProperty":"","envProperty":"","x":270,"y":380,"wires":[[],[],[]]},{"id":"b405d1c3.4bfa3","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"10","payloadType":"num","repeat":"","crontab":"","once":false,"x":110,"y":380,"wires":[["f371e0df.0c8e2"]]},{"id":"197992d5.e6866d","type":"inject","z":"a7f26b5c.580d98","name":"True!","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":110,"y":100,"wires":[["1b4d760d.e4b28a"]]},{"id":"aae26a45.551d98","type":"bigxlsx","z":"a7f26b5c.580d98","name":"false","command":"false","commandArgs":"","minError":1,"minWarning":"","cwd":"","shell":false,"noStdin":true,"payloadIsArg":false,"extraArgumentProperty":"","envProperty":"","x":270,"y":180,"wires":[[],[],[]]},{"id":"3f0aa43b.c0f55c","type":"inject","z":"a7f26b5c.580d98","name":"False!","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":110,"y":180,"wires":[["aae26a45.551d98"]]},{"id":"14fc825.feb037e","type":"inject","z":"a7f26b5c.580d98","name":"Hello!","topic":"","payload":"Hello you!","payloadType":"str","repeat":"","crontab":"","once":false,"x":110,"y":500,"wires":[["457f20e1.ba80e"]]},{"id":"457f20e1.ba80e","type":"bigxlsx","z":"a7f26b5c.580d98","name":"echo","command":"echo","commandArgs":"","minError":1,"minWarning":"","cwd":"","shell":false,"noStdin":false,"payloadIsArg":true,"x":270,"y":500,"wires":[["c8af8289.37508"],[],[]]},{"id":"c8af8289.37508","type":"function","z":"a7f26b5c.580d98","name":"toString()","func":"msg.payload = msg.payload.toString()\nreturn msg;","outputs":1,"noerr":0,"x":420,"y":500,"wires":[["859c0b6f.7a63f8"]]},{"id":"2850acbd.d7af54","type":"bigxlsx","z":"a7f26b5c.580d98","name":"unknown","command":"/I/m/not/existing","commandArgs":"","minError":1,"minWarning":1,"cwd":"","shell":"","noStdin":false,"payloadIsArg":false,"extraArgumentProperty":"","envProperty":"","x":280,"y":300,"wires":[[],[],[]]},{"id":"69967327.96698c","type":"inject","z":"a7f26b5c.580d98","name":"unknown","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":100,"y":300,"wires":[["2850acbd.d7af54"]]},{"id":"70b7808d.8f488","type":"bigxlsx","z":"a7f26b5c.580d98","name":"","command":"cat","commandArgs":"-n","minError":"1","minWarning":"","cwd":"","shell":false,"noStdin":false,"payloadIsArg":true,"x":509.5,"y":1274,"wires":[["cc088e1f.33f77"],["cc088e1f.33f77"],[]]},{"id":"9977298b.6688d8","type":"inject","z":"a7f26b5c.580d98","name":"","topic":"","payload":"b.csv","payloadType":"str","repeat":"","crontab":"","once":false,"x":337.5,"y":1276,"wires":[["70b7808d.8f488"]]},{"id":"9a248287.65db8","type":"debug","z":"a7f26b5c.580d98","name":"a","active":true,"console":"false","complete":"payload","x":842.5,"y":1275,"wires":[]},{"id":"cc088e1f.33f77","type":"bigline","z":"a7f26b5c.580d98","name":"","filename":"","format":"utf8","keepEmptyLines":false,"x":681,"y":1275,"wires":[["9a248287.65db8"],[]]},{"id":"ec680c66.1397f","type":"bigxlsx","z":"a7f26b5c.580d98","name":"","command":"cat","commandArgs":"-n","minError":"1","minWarning":"","cwd":"/tmp","shell":false,"noStdin":true,"payloadIsArg":false,"x":511.5,"y":1340,"wires":[["88d85dd0.7727a"],["88d85dd0.7727a"],[]]},{"id":"88d85dd0.7727a","type":"bigline","z":"a7f26b5c.580d98","name":"","filename":"","format":"utf8","keepEmptyLines":false,"x":683.5,"y":1336,"wires":[["ed8bea02.127418"],[]]},{"id":"ed8bea02.127418","type":"debug","z":"a7f26b5c.580d98","name":"b","active":true,"console":"false","complete":"payload","x":845.5,"y":1330,"wires":[]},{"id":"8b4fd44b.74b028","type":"debug","z":"a7f26b5c.580d98","name":"stdout","active":true,"console":"false","complete":"payload","x":1110,"y":240,"wires":[]},{"id":"a20f9adb.5df068","type":"debug","z":"a7f26b5c.580d98","name":"stderr","active":true,"console":"false","complete":"payload","x":1110,"y":360,"wires":[]},{"id":"e2c52b94.1d3ad8","type":"inject","z":"a7f26b5c.580d98","name":"sample echo","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"x":570,"y":300,"wires":[["a05a9c2c.5fa56"]]},{"id":"7b3b770f.84c488","type":"function","z":"a7f26b5c.580d98","name":"rc","func":"if (msg.control && (msg.control.state == 'end' || msg.control.state == 'error')) return { payload: msg.control.rc }","outputs":1,"noerr":0,"x":950,"y":300,"wires":[["53bd5dbc.ac42a4"]]},{"id":"53bd5dbc.ac42a4","type":"debug","z":"a7f26b5c.580d98","name":"rc","active":true,"console":"false","complete":"payload","x":1110,"y":300,"wires":[]},{"id":"d42f5301.2bd0b","type":"comment","z":"a7f26b5c.580d98","name":"Sample usage of Big Exec (Linux / Mac) command lines","info":"","x":240,"y":40,"wires":[]},{"id":"21472444.deb8dc","type":"function","z":"a7f26b5c.580d98","name":"toString()","func":"msg.payload = msg.payload.toString()\nreturn msg;","outputs":1,"noerr":0,"x":960,"y":240,"wires":[["8b4fd44b.74b028"]]},{"id":"f0e24eb7.0f1db","type":"function","z":"a7f26b5c.580d98","name":"toString()","func":"msg.payload = msg.payload.toString()\nreturn msg;","outputs":1,"noerr":0,"x":960,"y":360,"wires":[["a20f9adb.5df068"]]},{"id":"56434d84.a9bcb4","type":"comment","z":"a7f26b5c.580d98","name":"Big Line should be better here","info":"","x":1020,"y":180,"wires":[]},{"id":"a50f378b.5af0c8","type":"comment","z":"a7f26b5c.580d98","name":"Showing 3 states statuses","info":"","x":770,"y":80,"wires":[]},{"id":"1e2d23bd.e1d2dc","type":"comment","z":"a7f26b5c.580d98","name":"Sending data through stdin","info":"","x":330,"y":460,"wires":[]},{"id":"905f7c93.6fa08","type":"comment","z":"a7f26b5c.580d98","name":"Unknow command","info":"","x":310,"y":260,"wires":[]}]

alt tag

Author

  • Jacques W

License

This code is Open Source under an Apache 2 License.

You may not use this code except in compliance with the License. You may obtain an original copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Please see the License for the specific language governing permissions and limitations under the License.

Feedback and Support

Please report any issues or suggestions via the Github Issues list for this repository.

For more information, feedback, or community support see the Node-Red Google groups forum at https://groups.google.com/forum/#!forum/node-red