Hi guys,
I would like to extract name,date of completion,duration of course from different course certificates and store the details in excel,I tried to extract using Regular Expression but it didn’t extract properly.Please help me guys.
Please refer the sample pdfs.
Thanks in advance.
23_Infosys_Java.pdf (158.0 KB)
22_LinkedIn_Agile Software.pdf (216.8 KB)
certificate_ Bootstrap.pdf (91.7 KB)
vrdabberu
(Varunraj Dabberu)
March 27, 2024, 3:46am
3
Hi @Sweetlin_D
Can you share the expected output?
Regards
This is the expected output
Exceldate.xlsx (11.9 KB)
vrdabberu
(Varunraj Dabberu)
March 27, 2024, 3:51am
5
Hi @Sweetlin_D
Can you please specify what should be extracted from each PDF, so that it can be easily understood.
Regards
Name of the person,Date of completion,Duration of course(from each certificate pdf).
vrdabberu
(Varunraj Dabberu)
March 27, 2024, 4:10am
7
Hi @Sweetlin_D
Where should we extract Date of completion and duration of course from Each PDF.
Regards
Data to be extracted:
Name of the person
Duration of the course
Date of Completion
Expected Output:
Should be stored in the excel file which i sent earlier.
Regards