Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Tiaan Pietersen
19
Views
5
Comments
Unzipping .zip files
Question
Component
Import/Export Data
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?
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.
João Rosado
Staff
Think you wanted to link this one:
https://www.outsystems.com/forums/discussion/13092/how-to-use-the-zip-reference-outsystems-9/
:)
Izak Joubert
Thanks. I fixed the link
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.
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...