Hello Everyone,
I want to enter the date from invoice Pdf to Excel.After Scraping the date it enters into excel like Invoice Date as 28/03/2019 and Due Date as 01-04-2019.I want enter both in same format and what is the possible way to retrive?
You can check if the date contains ‘-’ or ‘/’
If it contains ‘-’, create a sequence that will convert the date to your desired format
Else, create a different sequence or code to convert it again to your desired format.