Describe the problem/error/question
I am extracting a date from a PDF document using the “Extract from PDF” node. I then use a Code node to filter the date from the output, pass it through a Merge node, and finally write the data into an Excel file.
My problem is that the date has the wrong format once it is written into the Excel file. It is either not recognized as a native Excel date or displays incorrectly. How can I format or parse the date string in n8n before the Excel node so that Excel recognizes it as a proper date format?
What is the error message (if any)?
no Error message