Extracting PDF Keywords Metadata as Tokens

I have been testing to see if I can accomplish the following workflow with Hazel or with Hazel + Applescript:
1) emailed receipts are programmatically converted to PDF files from Mac Mail.
2) PDF's are then added to a Doc Mgt/OCR app (Neat) which automatically identifies Vendor, Amount, & Receipt Date (amongst other fields).
3) I manually add the Account name which was used to pay for item: AMEX, MC, VISA, CHECKING, etc.
4) receipts are then batch exported to a folder watched by Hazel. I discovered that Neat converts all metadata which was programmatically identified or manually created into the PDF Keywords area as a comma-delimited string (e.g. Keywords = "vendor=ABC Company", "date=10/08/2013", "amount=$9.99", "account=AMEX", etc.)
5) I would like Hazel to rename the receipt using metadata extracted as tokens.
6) renamed receipts can then be matched to a bank-generated list of transactions inside Quicken.
I have been able to successfully parse the keywords metadata and extract what I need. The challenge is the date string, which uses a format that must be changed from "mm/dd/yyyy" to "yyyy-mm-dd" which can then be used in the renaming process. This particular date field is not a file-related date, but rather the "Receipt Date", which was automatically extracted by Neat.
Can Hazel convert the date string or would I need to use a scripting language like Applescript to convert the date to a new token for renaming? If scripting is the answer, could someone point me in the right direction, as I am not a programmer, per se, but am technical enough to mimic and expand.
For the accountants and bookkeepers using Hazel, is there an easier solution you have found or developed???
Thanks in advance for your help.
Regards, Mark
1) emailed receipts are programmatically converted to PDF files from Mac Mail.
2) PDF's are then added to a Doc Mgt/OCR app (Neat) which automatically identifies Vendor, Amount, & Receipt Date (amongst other fields).
3) I manually add the Account name which was used to pay for item: AMEX, MC, VISA, CHECKING, etc.
4) receipts are then batch exported to a folder watched by Hazel. I discovered that Neat converts all metadata which was programmatically identified or manually created into the PDF Keywords area as a comma-delimited string (e.g. Keywords = "vendor=ABC Company", "date=10/08/2013", "amount=$9.99", "account=AMEX", etc.)
5) I would like Hazel to rename the receipt using metadata extracted as tokens.
6) renamed receipts can then be matched to a bank-generated list of transactions inside Quicken.
I have been able to successfully parse the keywords metadata and extract what I need. The challenge is the date string, which uses a format that must be changed from "mm/dd/yyyy" to "yyyy-mm-dd" which can then be used in the renaming process. This particular date field is not a file-related date, but rather the "Receipt Date", which was automatically extracted by Neat.
Can Hazel convert the date string or would I need to use a scripting language like Applescript to convert the date to a new token for renaming? If scripting is the answer, could someone point me in the right direction, as I am not a programmer, per se, but am technical enough to mimic and expand.
For the accountants and bookkeepers using Hazel, is there an easier solution you have found or developed???
Thanks in advance for your help.
Regards, Mark