Loading of Huge file into Pega
We have a requirement to load huge file into pega with very minimal time. With File Listener its taking huge time to read each record and process.
Currently in the file listener reading each record and through record level activity saving that record to staging table and do validation on the record data.
If any one did any other way to load huge file, please share that approach.