Regular Expression for Parsing Contact Name From Pohoda

Regular Expression for Parsing Contact Name From Pohoda defines in what format the contacts will be parsed during the synchronization with Pohoda. You will set the specific format to be sure that contacts will be synchronized correctly.

This setting can be used when you have Pohoda accounting system.

Double-clicking Regular Expression for Parsing Contact Name From Pohoda in the list will bring up the Global Setting card.

Field on the Global Setting Detail

The field is intended for entering the adjustment value. You fill in the value of format for parsing. You need to fill in database name of fields you want to export, like FirstName or LastName. Database name of the field can be get when you click the field and press Alt + F1.

Example 1: Parsing as "Prefix Name Surname Suffix"

\s*(?<Prefix>[^\s]*\.{1})?\s*(?<FirstName>[^\s]*)\s*(?<LastName>[^\s]*)\s*(?<Suffix>[^\s]*)?\s*

Example 2: Parsing as "Surname, Name Prefix Suffix"

\s*(?<Prefix>[^\s]*\.{1})?\s*(?<LastName>[^\s]*),\s*(?<FirstName>[^\s]*)\s*(?<Suffix>[^\s]*)?\s*

Clicking OK in the lower part of the Global Setting card will save changes and close the card. If you wish to close the Global Setting card without saving any changes, click Cancel.