Hi All @prasath17@supermanPunch
I have a requirment as, Need get the post overwrited file name with number of times OW details in in excel
In my project I am renaming the number pdf files from the inside string if same name files came my project is (ow) the file moving forward so I need to track files in excl.
hi @VB_Tech_pro – I could not able to get your requirement clearly…If you could brielf your requirement with some examples and screenshots which would be great…
I have downloaded 10 invoices as 10 pdfs
& the raw files names like 1,2,3,…10
In my project I am opening each pdf and geting invoice number like ABC342 and renaming with the invoice number.
Example if 4 and 6 both files having same invoice number inside as ACD456 so 4 is nenaming as ACD456 and while renaming 6 it is overwritng same pdf. In this case my output file count is 9 with renaming new invoice.
So in this case woodlike update the details in excel as
Column A
Ow file name
ACD456
Column B
Number of times oW
1
@VB_Tech_pro - I am thinking something like this…
Everytime when you extract the invoice Number you can add it an array (using Add to Collections)…So your array will be something like this…ex:(ABC123,ABD456,ACD456 ADC456,ACD456, ABC123,ACD456)