<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Today's Training Recording: Using Formulas for Advanced Data Standardization in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1067#M584</link>
    <description>&lt;P&gt;Modify Formulas covered in today's session:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Adding US Country Code to Phone Numbers&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONCATENATE("+1", ${Phone})&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Remove Special Characters from any field:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExReplace(input_string, "[\!\@\#\$\%\^\&amp;amp;\*\(\)\_\-\+\=\.\;\:\?\&amp;lt;\,\&amp;gt;\{\}\[\]\`\~\(\)]", "")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Fix 9 Digit US Zip Codes that do not have a hyphen:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONCATENATE(MID(${MailingPostalCode}, 1, 5),"-", MID(${MailingPostalCode}, 6, 4))&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return US Zip Codes That are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode}, "^[0-9]{5}(?:-[0-9]{4})?$")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return Canada Postal Codes that are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode}, "[ABCEGHJKLMNPRSTVXY][0-9][ABCEGHJKLMNPRSTVWXYZ] ?[0-9][ABCEGHJKLMNPRSTVWXYZ][0-9]")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return UK Postal Codes that are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode},”^[A-Z]{1,2}[0-9][A-Z0-9]? ?[0-9][A-Z]{2}$”)&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 11 Jul 2023 19:15:44 GMT</pubDate>
    <dc:creator>Ashley_Validity</dc:creator>
    <dc:date>2023-07-11T19:15:44Z</dc:date>
    <item>
      <title>Training Recording &amp; Formula Examples: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1066#M583</link>
      <description>&lt;P&gt;Huge thanks to everyone who attended today's training on&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Using Formulas for Advanced Data&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Standardization.&amp;nbsp; Below is a link to the recording as well as a few additional resources that were referenced during the training.&amp;nbsp; Also, I am going to add a comment with samples of the formulas that&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/143"&gt;@JonG_Validity&lt;/a&gt;&amp;nbsp;reviewed during the session.&amp;nbsp; Feel free to drop questions below if you have them!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.validity.com/hc/en-us/p/video-share-page#wistia_vmfkgcfswu" target="_self"&gt;Session Recording&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://knowledge.validity.com/hc/en-us/articles/7989596657819-DemandTools-Modify-Formula-Dictionary" target="_blank" rel="noopener"&gt;Modify Formula Dictionary&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://knowledge.validity.com/hc/en-us/articles/13915136062491-Using-Operators-in-Record-Selection-Criteria-" target="_blank" rel="noopener"&gt;Wildcard Documentation/Examples&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 19:16:42 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1066#M583</guid>
      <dc:creator>Ashley_Validity</dc:creator>
      <dc:date>2023-07-11T19:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1067#M584</link>
      <description>&lt;P&gt;Modify Formulas covered in today's session:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Adding US Country Code to Phone Numbers&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONCATENATE("+1", ${Phone})&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Remove Special Characters from any field:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExReplace(input_string, "[\!\@\#\$\%\^\&amp;amp;\*\(\)\_\-\+\=\.\;\:\?\&amp;lt;\,\&amp;gt;\{\}\[\]\`\~\(\)]", "")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Fix 9 Digit US Zip Codes that do not have a hyphen:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CONCATENATE(MID(${MailingPostalCode}, 1, 5),"-", MID(${MailingPostalCode}, 6, 4))&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return US Zip Codes That are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode}, "^[0-9]{5}(?:-[0-9]{4})?$")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return Canada Postal Codes that are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode}, "[ABCEGHJKLMNPRSTVXY][0-9][ABCEGHJKLMNPRSTVWXYZ] ?[0-9][ABCEGHJKLMNPRSTVWXYZ][0-9]")&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Return UK Postal Codes that are Malformed:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;RegExMatch(${BillingPostalCode},”^[A-Z]{1,2}[0-9][A-Z0-9]? ?[0-9][A-Z]{2}$”)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 11 Jul 2023 19:15:44 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1067#M584</guid>
      <dc:creator>Ashley_Validity</dc:creator>
      <dc:date>2023-07-11T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Training Recording &amp; Formula Examples: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1073#M588</link>
      <description>&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 13:01:54 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1073#M588</guid>
      <dc:creator>BBF</dc:creator>
      <dc:date>2023-07-12T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1094#M596</link>
      <description>&lt;P&gt;Hi Ashley,&lt;/P&gt;&lt;P&gt;Happy Monday!&lt;/P&gt;&lt;P&gt;Thanks for sharing the advanced formulas.&lt;/P&gt;&lt;P&gt;I've found an error with the last formula to&amp;nbsp;&lt;STRONG&gt;Return UK Postal Codes that are Malformed:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RegExMatch(${BillingPostalCode},”^[A-Z]{1,2}[0-9][A-Z0-9]? ?[0-9][A-Z]{2}$”)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;error says: There seems to be a problem with the formula syntax, please check it over and try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Carlos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 20:18:59 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1094#M596</guid>
      <dc:creator>cj_malwarebytes</dc:creator>
      <dc:date>2023-07-17T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1095#M597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/28"&gt;@cj_malwarebytes&lt;/a&gt;,&amp;nbsp;I just copied and pasted into my instance and I think it's just an issue with the quotations - try removing the set of quotes surrounding the RegEx formula and insert them again. It should appear red once the update has been made. Let me know if that doesn't work and I'll take another look!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 20:25:19 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1095#M597</guid>
      <dc:creator>JonG_Validity</dc:creator>
      <dc:date>2023-07-17T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1096#M598</link>
      <description>&lt;P&gt;Hi Jon, It worked, thank you so much!!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 20:57:02 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1096#M598</guid>
      <dc:creator>cj_malwarebytes</dc:creator>
      <dc:date>2023-07-17T20:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1097#M599</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;would I be able to include the account ids to get in an export?&lt;/P&gt;&lt;P&gt;I'm trying to check the malformed postal codes from the UK, however, the NewBillingPostalCode would make it completely Blank/Null and I don't want to do that unless it is a completely incorrect billing postal code. The problem with UK is that we have billing associated to those addresses, I might not want to update those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 21:06:06 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1097#M599</guid>
      <dc:creator>cj_malwarebytes</dc:creator>
      <dc:date>2023-07-17T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1100#M601</link>
      <description>&lt;P&gt;Hey Carlos, absolutely - just be sure to select ID from the Fields to Show on Preview section in step one as shown below. You can take that export file, make your updates &amp;amp; then upload it to Import and use the ID as your key field to make the changes in SF.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonG_Validity_0-1689680949060.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/274iF307C350592266B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonG_Validity_0-1689680949060.png" alt="JonG_Validity_0-1689680949060.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 11:49:22 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1100#M601</guid>
      <dc:creator>JonG_Validity</dc:creator>
      <dc:date>2023-07-18T11:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Today's Training Recording: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1104#M603</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;Perfect, thank you again!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 13:40:07 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1104#M603</guid>
      <dc:creator>cj_malwarebytes</dc:creator>
      <dc:date>2023-07-18T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Training Recording &amp; Formula Examples: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1585#M867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/45"&gt;@Ashley_Validity&lt;/a&gt;&amp;nbsp;there are number of formulas in the Modify Function list that aren't listed on&amp;nbsp;&lt;A title="DemandTools - Modify Formula Dictionary" href="https://knowledge.validity.com/hc/en-us/articles/7989596657819" target="_self"&gt;DemandTools - Modify Formula Dictionary&lt;/A&gt;&amp;nbsp;page.&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Is there another resource to find an explanation on these, or could you get the additional formula's added.&lt;BR /&gt;&lt;BR /&gt;Here are few examples -&lt;BR /&gt;AVEDEV(number1, number2, ... )&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;AVERAGE(number1, number2, ...)&lt;BR /&gt;&lt;/SPAN&gt;CEILING(number, significance)&lt;BR /&gt;CHOOSE(index_num, value1, value2, ...)&lt;BR /&gt;CLEAN(text)&lt;BR /&gt;CODE(text)&lt;BR /&gt;...&lt;BR /&gt;TEXT(value, format_text)&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Michael W&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 19:59:25 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1585#M867</guid>
      <dc:creator>michael-wtds</dc:creator>
      <dc:date>2023-12-29T19:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Training Recording &amp; Formula Examples: Using Formulas for Advanced Data Standardization</title>
      <link>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1586#M868</link>
      <description>&lt;P&gt;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/276"&gt;@michael-wtds&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Any formula in all caps should be easily found via google.&amp;nbsp; They are spreadsheet formulas that you can find in other programs like Google Sheets and Excel.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 20:03:23 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/training-recording-amp-formula-examples-using-formulas-for/m-p/1586#M868</guid>
      <dc:creator>AnthonyValidity</dc:creator>
      <dc:date>2023-12-29T20:03:23Z</dc:date>
    </item>
  </channel>
</rss>

