Skip to content
Snippets Groups Projects
Commit caf3e01d authored by juanf's avatar juanf
Browse files

SSDM-13422: Zip support for master data imports

parent 6d0f3b51
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -48,8 +48,6 @@ def process(context, parameters):
if method == "import":
zip = parameters.get('zip', False)
temp = None
if zip: # Zip mode uses xls_base64 for all multiple XLS + script files
zip_bytes = base64.b64decode(parameters.get('xls_base64'))
temp = File.createTempFile("temp", Long.toString(System.nanoTime()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment