Are split node results true or false?

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.

Add debug nodes and check that output of file nodes are exactly the same
e.g

If your ZIP file name is Text1_01.zip, the result will be different.
The problem here is that the split result of the ZIP file name is _character.zip different from _numberic.zip
Like my two ZIP file names are _TEXT and _01
'-----'
The result of ZIP file FOLDER.zip and FOLDER_TEXT.zip is the same, but will differ from the ZIP file FOLDER_01.zip

Sorry - I didn't think correctly :slight_smile:

Can you upload the zip files somewhere where we can download them?

I'll attach the zip file...
http://www.mediafire.com/file/8zgpirzg0me9the/FOLDER_TEXT.zip/file
http://www.mediafire.com/file/gq8w1nu1xpbflse/FOLDER_01.zip/file

When I downloaded them - they have quite different file sizes which implies that they are not similiar

image

I don't know why, but each ZIP file has only 3 txt files.

I think whatever created those files has created them differently

image

image

1 Like

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