Skip to main content
Question

How to read and import a zip file directly inside FME without unzipping the zip file.

  • March 2, 2021
  • 1 reply
  • 76 views

nbeekers
Contributor
Forum|alt.badge.img+2

This is needed to send a zip file Base coded with a Soap request.

 

Someone ??

 

Thanks Nick

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+62

I think you are looking for the AttributeFileReader.

Edit: Just checked, I have a workspace which uploads a CSV as base64 in a SOAP call. I read it as text, whole file in one feature, use a BinaryEncoder to convert it to base64 and put it in the soap call like:

<Filename>import.csv</Filename> 
<Data><![CDATA[@Value(text_line_data_encoded)]]></Data>
</Import>