Skip to main content
rambabub0001
June 14, 2023
Question

expression rule output format

  • June 14, 2023
  • 3 replies
  • 0 views

In the expression rule, we can see 3 output values (Formated, Raw, Expression).

When I am processing a text with white spaces it is show the text without extra spaces. When I check the same in Raw I can see that extra space.

I want to get exact text which I am getting instead of formatted one.

Raw output : 

3 replies

jakubf0002
June 14, 2023

I think it is just a way how is is displayed. Try to use len() function to check if additional space is trimmed or not.

mathieud0001
Brainy
June 14, 2023

Not sure what you want to see.

You see the character causing the spaces in the expression output.

harshitb6843
June 15, 2023

Formatted is for your understanding. If you want to copy paste the output, then you do it from expression. If you use this outpit somewhere in the interface to display, then Raw is the way it will be shown. You can trust Raw and expression.