Hi -
We are converting an older system over to Outsystems and have a data migration question. The old system has several thousand file attachments that reside on a LAN share. We want to write an upload process to take those files and store them as binary data in the Outsystems DB.
We know how to allow a user to upload a file using the Upload widget. But, does anyone know how we can write a batch Outsystems app that can get those files and save them without requiring a user to manually select them?
We're on platform 10, installed on-premise.
Thanks for your help!
Hi Robert,
I believe this can be easily achieved. I to ran into a similar situation but not involving files. I had users from an old system that needs to be uploaded to the new system. So mine was from Database to Database which was done via ETL jobs. For your case i think there are couple of steps:
Hope i understood your question correctly and it helps to solve the problem you are facing.
Cheers,
Sujan
I have found these components on Forge, please check if one of then will solve your problem.
This one may solve your problem: https://www.outsystems.com/forge/component/2812/infosistema-dmm/
If not, try to check one of that
https://www.outsystems.com/forge/component/68/filesystem/
https://www.outsystems.com/forge/component/3242/binarydata-client-side/
Hope I help you.
Thank you both! It looks like the Network File System Forge component will do the trick for us.
Bob