<?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 How to train Decipher for a field which is most likely to be blank in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66569#M19174</link>
    <description>Hello Team,&lt;BR /&gt;&lt;BR /&gt;I have a field that can have value in some rare scenario otherwise it will be blank.&lt;BR /&gt;&lt;BR /&gt;Currently, Decipher picks the value when the field has some value.&lt;BR /&gt;&lt;BR /&gt;When there is no value for the field and only header is present Decipher starts picking a value from the adjacent field or bottom label/field whatever is nearby.&lt;BR /&gt;&lt;BR /&gt;I drew the region manually multiple times but it is not saving any regional property in memory&lt;BR /&gt;&lt;BR /&gt;How can I train to decipher to look for a specific region always?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Nov 2021 19:16:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2021-11-29T19:16:00Z</dc:date>
    <item>
      <title>How to train Decipher for a field which is most likely to be blank</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66569#M19174</link>
      <description>Hello Team,&lt;BR /&gt;&lt;BR /&gt;I have a field that can have value in some rare scenario otherwise it will be blank.&lt;BR /&gt;&lt;BR /&gt;Currently, Decipher picks the value when the field has some value.&lt;BR /&gt;&lt;BR /&gt;When there is no value for the field and only header is present Decipher starts picking a value from the adjacent field or bottom label/field whatever is nearby.&lt;BR /&gt;&lt;BR /&gt;I drew the region manually multiple times but it is not saving any regional property in memory&lt;BR /&gt;&lt;BR /&gt;How can I train to decipher to look for a specific region always?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 19:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66569#M19174</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-11-29T19:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to train Decipher for a field which is most likely to be blank</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66570#M19175</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Is the field that you're trying to capture is part of a table?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;A.&lt;/STRONG&gt; In case it is not, try these misc. parameters and mark the region where it appears:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;FormFields=On&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;StrictPosition=On&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;We encountered the same issue but these misc. params made it work.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;B.&lt;/STRONG&gt; In case it is, try using Regex with the &lt;STRONG&gt;StrictRegex&amp;nbsp;&lt;/STRONG&gt;flag, or by including or excluding certain values to make sure it extracts the correct fields. By default, it shouldn't pick anything that doesn't appear under the specified column header (for tables of course) - at least what I noticed.&lt;BR /&gt;&lt;BR /&gt;Let me know if that works.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rizwan Tayyab&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 21:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66570#M19175</guid>
      <dc:creator>rizistt</dc:creator>
      <dc:date>2021-11-29T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to train Decipher for a field which is most likely to be blank</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66571#M19176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree Strict Position will help lock down the location and this will be layout specific, so won't affect different document templates.&lt;BR /&gt;&lt;BR /&gt;However, a note on the strict regex flag. Regex is always&amp;nbsp;&lt;EM&gt;strict&lt;/EM&gt; when used as validation, unless the soft validation flag is set. What this flag really means is, you only ever want it to match the regex value, even if it means it's in a different location. So this will override other training/DFD parameters if it finds a matching string elsewhere in the document, this would include overriding sample headers and may conflict with strict position.&lt;BR /&gt;&lt;BR /&gt;If the region Decipher's incorrectly matching can be defined as another field, it may prevent it from incorrectly assigning it. You can then just set it as non-exportable, so it doesn't interfere with your process.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2021 08:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66571#M19176</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-11-30T08:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to train Decipher for a field which is most likely to be blank</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66572#M19177</link>
      <description>Hi ,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is my Input Text&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;"Can you send me the other invoices against our PO P00XXXXX? I have the invoice for
&lt;P&gt;$5.20 inv# 2591XXXXX. I just need the 3 remaining invoices on the PO. Account #&lt;BR /&gt;356XXX&lt;BR /&gt;Order # 259130290002"&lt;BR /&gt;&lt;BR /&gt;I need to get the "Account #" value which falls in the next line. When I use sample header strategy, I am not able to get the values because the value is not beside the header.&lt;BR /&gt;&lt;BR /&gt;Kindly advise which Misc.Parameter I can use to extract this data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Ahmed B.&lt;/P&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ahmed Basheer M Project Manager&lt;BR /&gt;RPA Developer&lt;BR /&gt;Capgemini India&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2022 17:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66572#M19177</guid>
      <dc:creator>AhmedBasheer_M</dc:creator>
      <dc:date>2022-09-12T17:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to train Decipher for a field which is most likely to be blank</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66573#M19178</link>
      <description>Hi Ahmed,&lt;BR /&gt;&lt;BR /&gt;This would technically fall into the category of "unstructured" text and would benefit from the NLP functionality available with Decipher.&lt;BR /&gt;&lt;BR /&gt;That being said it may still be possible to extract the data without NLP. Is the account number in a specific format which could be determined using Regex?&lt;BR /&gt;&lt;BR /&gt;You could then use Regex in the Format Expression field in the DFD configuration. Or alternatively, you can read the entire text block and use one the Regex formulas, such as REGEXSEARCH or REGEXSPLITGET. You can find the details for this on the &lt;A href="https://bpdocs.blueprism.com/decipher-2-1/en-us/user-guide/formula-language.htm?tocpath=Interface%7CAdmin%20panel%7CDocument%20form%20definitions%7C_____4" target="_blank" rel="noopener"&gt;formulas&lt;/A&gt; help page.&lt;BR /&gt;&lt;BR /&gt;Do think this may work?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Senior Product Specialist - Decipher&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK based&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2022 08:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-train-Decipher-for-a-field-which-is-most-likely-to-be/m-p/66573#M19178</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2022-09-20T08:37:00Z</dc:date>
    </item>
  </channel>
</rss>

