Sir Please make a video on MQ Listeners and Pega PDC
@vmaruthiprasad9 ай бұрын
From file listner, can we read a excel file? Can you please show how
@SimranGovind Жыл бұрын
Hi, How to join your class?
@saswatadutta220116 күн бұрын
Hi one question.. Why the Delimited ParseRule did not read the Header? If we don't use the parseCsvHeader then will the Delimited ParseRule read the header as well?
@Qtometa13 күн бұрын
Yes, It can read the header, if wont skip the header.
@saswatadutta22015 күн бұрын
@@Qtometa Is there any way of skipping the header using Delimited ParseRule?
@Qtometa5 күн бұрын
@saswatadutta2201 yes, you can do that. add two row in parse segment and select once to 1st for header and in 2nd you can details to parse body and apply activity.
@akhiltejakolluru5120 Жыл бұрын
Do you have any idea how to process cav file using email listener. Any leads thank u
@Qtometa Жыл бұрын
Not sure why you want to process CSV from email.. but if it is really required, after that CSV will get attached to case through email listener, you can try to process that.