cancel
Showing results for 
Search instead for 
Did you mean: 

Is sample header case sensitive?

Is the sample header case sensitive?

For e.g. I have "Invoice Number" and "invoice number" 2 different headers so just putting one of them will work or do i need to add both as sample header?


------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
1 BEST ANSWER

Best Answers

BenLyons
Staff
Staff
Hi Tejaskumar,

The Sample Headers field is not case sensitive, so there's no need for repetition.

It's also capable of a fuzzy match, so "Grand Total" should also work for "Total".

Thanks

------------------------------
Ben Lyons
Product Consultant - Decipher Specialist
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

View answer in original post

6 REPLIES 6

Hi Tejas!

You can do this with a Code Stage. In C# exists the function "Equals" for String Data types.

So... you can create a simple Code Stage with 2 inputs (str1 and str2 as a Text Data Item) and 1 output (blnEqual as a flag)

The code looks like that: 

blnEqual = str1.Equals(str2);



Hope this helps you! And if this solves the problem, remember mark this as the best answer 🙂


Bye 🙂

------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------

BenLyons
Staff
Staff
Hi Tejaskumar,

The Sample Headers field is not case sensitive, so there's no need for repetition.

It's also capable of a fuzzy match, so "Grand Total" should also work for "Total".

Thanks

------------------------------
Ben Lyons
Product Consultant - Decipher Specialist
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Hi Pablo,

I think you may have missed this for Decipher IDP and code stages aren't part of this application.

Thanks

------------------------------
Ben Lyons
Product Consultant - Decipher Specialist
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Thank you team for the quick update. This clarifies doubt.

------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------

Also is it space sensitive or any other special characters?

------------------------------
If I was of assistance, please vote for it to be the "Best Answer".

Thanks & Regards,
Tejaskumar Darji
Sr. Consultant-Technical Lead
------------------------------

Hi Tejaskumar,

Yes, I believe spaces are considered during the checks e.g. you would need Spacebar and Space bar, though clearly in this context they're very different things!

I believe most punctuation is ignored e.g. you don't need to add Invoice Number: and Invoice Number. Though I've had instances where different types of dashes have had an impact, so often it can be useful to copy and paste the exact type Decipher reads in Data Verification (this may still be different to what you can copy from the document).

Thanks

------------------------------
Ben Lyons
Senior Product Specialist - Decipher
Blue Prism
UK based
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based