Our company is searching for some solutions that would help with Camel Case, Name Formating, Spell Checking with a loadable custom dictionary, auto date formating and general consistency checking tools. Example if a name is present in Recipient, the same name should not be present in the CC field etc. Any recommendations?
Instead of a CPL a simply tool that performs various quality checks would be more practical. Our company provides a number of these tools for free with paid support contracts for customization and general guidance. Feel free to PM me if you need this. Thanks.
You do mean Title Case rather than Camel Case right? There are times when the same name may be present in multiple NAME fields - say when you cc yourself on an email. One very useful feature for a coding team however would be to check for duplicative names within the same field and remove the dupes. Another would be, sort by ascending order for the names, thou the value of that is a bit dubious as it may be better to preserve the order of the name within the original document you are capturing.