19
Views
5
Comments
Unzipping .zip files
I want to unzip a .zip file and extract it's contents - several .csv files - and import them afterwards.

Is there any way (easy or otherwise) to do this in OutSystems?
2014-04-22 09-27-09
Izak Joubert
Look at the ZIP extension that is part of the systems components.  It should have everything you need to extract the zip contents.  Once extracted, you can process the csv files with the CSV extention which is available in the forge.  Here is an example of how to use the zip extension.
2012-03-16 12-21-09
João Rosado
Staff
2014-04-22 09-27-09
Izak Joubert
Thanks.  I fixed the link
2014-11-08 09-11-16
Heinrich Schmidt
After unzipping a file, how can one import the contents of several CSV files to fill a table(s)?  I have been trying to figure out how to use the LoadCSV2Records extension, but the lack of a guide is frustrating.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Heinrich, since your question is not about ZIP files, I'd advise you to start a new thread so it'll get proper attention.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.