From the output of the zip
node I did split
but the results were different although the contents of the zip files FOLDER_TEXT.zip and FOLDER_01.zip were the same.
[{"id":"e6253d00.80925","type":"inject","z":"aa40b590.ff1888","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"str","x":210,"y":1580,"wires":[["6fdd1db2.861504"]]},{"id":"51028220.c1b44c","type":"zip","z":"aa40b590.ff1888","name":"","mode":"decompress","filename":"","outasstring":false,"x":570,"y":1580,"wires":[["1318b85c.7b58b8"]]},{"id":"6fdd1db2.861504","type":"file in","z":"aa40b590.ff1888","name":"","filename":"/Temp/FOLDER_TEXT.zip","format":"","chunk":false,"sendError":false,"encoding":"none","x":390,"y":1580,"wires":[["51028220.c1b44c"]]},{"id":"1318b85c.7b58b8","type":"split","z":"aa40b590.ff1888","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":690,"y":1580,"wires":[["e287e529.e108e8"]]},{"id":"e287e529.e108e8","type":"debug","z":"aa40b590.ff1888","name":"split TEXT","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":830,"y":1580,"wires":[]}]
Are split
node results true or false?
I would like the split result of file FOLDER_01.zip to be the same as the split result of file FOLDER_TEXT.zip. Is it possible?
Please tell me!
Thanks.