cancel
Showing results for 
Search instead for 
Did you mean: 

Decipher IDP remove instance of a space/empty character

ncstephe
Level 3

Hello - 

I am capturing various fields from a document and depending on the quality/font formatting we receive, Decipher might pick up empty characters that I don't want to export. 

example: firstna melastnam e @ domain. com

Is there a way to filter out these space characters? 

Thank you! 

 

3 REPLIES 3

Nandhakumar
Level 6

Hi,

You wanted to remove the spaces in above mentioned example? like below 

Acutal extracted value from decipher: firstna melastnam e @ domain. com

Expected output: firstnamelastname@domain.com

Thanks for the reply! Apologies for the delayed response. Yes, your example is exactly correct. 

Hi @ncstephe ,

You can try with replace function under formula section of you DFD like below,

STRREPLACE(Field Name," ","")
 
Thanks,
Nandha