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
Fernanda Rodrigues
5
Views
2
Comments
Upload from an Excel file
Question
Hi,
I´m trying to upload some data from an excel file to the database, with no sucess. After implement in outsystems the upload action, everything is nice and functional, but when i´m trying to upload it from the browser an error occurs:
Error - could not read from file. Not a valid/supported excel file. System error - External table is not in the expected format.
Can anyone help me.
Thanks
Fernanda Rodrigues
RH_v7.oml
Nuno Mendes
Hi Fernanda,
Taking a quick look at your eSpace, it seems that you are talking about the WebScreen2, that's it right?
That error occurs when you are trying to upload an excel with the different structure from the expected, as you are "mapping" the ExcelToRecordList to the entity BOOK1, the excel should have te Format with the colummns Id, Projecto, Revenue, Invoicing, wip_bia.
In OutSystems when we upload an excel file we often use structures to mapp the excel into it.
I hope this helps!
Best Regards,
Nuno Mendes
Fernanda Rodrigues
Thanks
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...