Hi All,
I am using decorator to combine two field’s values and store into new field, I want to add new line between these two values, i tried add \n but its getting into new line example
Format String : {Input_App_Name_01} \n {Input_App_Name_02}
Target field : Input_App_Name
Getting the result like
Input_App_Name
oneday_profile n /base/test/parse//userprofile/oneday/profile
I am expecting like
Input_App_Name
oneday_profile
/base/test/parse//userprofile/oneday/profile
Any idea how to do this ??