Hi
I’m trying to implement below use case in WMIO Workflow
- Download zipped file from external API (Zip file contains only one file, size can be like 50-200mb)
- Unzip file within workflow
- File contains JSON array object. Read file content and then store into SQL DB each object.
So far managed to download and unzip the file using “Unzip” activity. This extracts unzipped file on local file store within IO (like /home/sagadmin/flow/user_data/vbid19d49a4ee7a5d7803a82e6552be2c4ffae6f454a7baa/unzipped-records/). Now I’m not able to read the file as the size is too big for Read File activity - { [Message Size Too Large] }.
What are my options here to solve this issue. Will a custom nodejs code will help or are there any better way to implement the solution in IO?
TIA
#webMethods-io-Integration#webMethods