LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Unzip a file using the Java Node

    Employee
    Posted 04-27-2015 20:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: felfajar

    hello,

    Please find attached the Node I have been working on, what I am aiming to do is to be able to unzip a file with the Java node, using a method i created to unzip a file . I am fairly new to LS so I am not quite sure if this is possible, as the actual node does not give me any errors but I am not quiet sure where and how to call the unzipTest(); method I have as it is not working, so my first question is this actually possible to do? if not any other (fast) way to be able to create a node that will unzip a .zip file, FYI, I am running LAE 5.0,

    Thanks in Advance
    Attachments:
    unzip java.brg


  • 2.  RE: Unzip a file using the Java Node

    Employee
    Posted 04-28-2015 06:48

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ch.meyer

    Hi

    best is to call your method unzipTest() from within the processAll() method - in this method you would normally deal with the JavaNode input and write to its output ...

    Kind Regards
    Christian