Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mermacoraHi Christina
In both cases, this is certainly possible. However, this functionality is not currently available out of the box using the standard nodes provided in the core library, so you would need to develop a custom python node.
I have seen python nodes that will un-gzip and/or extract from a tar archive and will try to dig up an example to post to this thread.
For counting the records in an XML file - the problem here is the nested structure of XML data so you would need to make a decision about which XML tag(s) represents a record in order to count them. I could envisage a python node configured to take the record tag name(s) as a parameter.
Hope this helps,
Mario Ermacora