XML/CSV ‘File Name’ to DataBase
Currently we have XML/CSV files that get dropped into a directory.
Files are then picked up by listener, parsed, and sent to DB.
The requirement is to get the ‘file name’ from each file and send to DB.
The data inside the XML/CSV is parsed, and sent to DB but the ‘file name’ is not in the file.
How do I get the ‘file name’ which is not in the file to be passed into PEGA and then onto the DB.