Question

CBA
CBA
AU
CBA
Posted: Sep 10, 2025
Last activity: Sep 10, 2025
Last activity: 10 Sep 2025 0:32 EDT
How to read the content of a text file (i.e. unstructured format as part of upload from Pega Screen)?
We need to upload a text file and capture its attributes to create a case.
The text file follows a unstructured format.
For example:
Test file (1):
- Actor Name: abc
- Actor ID: 11
- Actor Address (n): aaa
Test file (2):
- Actor Name abc1
- Actor Address (n) aaa1
Test file(3)
abc 11 aaa abc1 aaa1
Any suggestions for implementing the logic using Pega OOTB in version 7.x?