on 2023 Dec 10 2:28 PM
I have an Address String in the Entity Field which has value like
NY, Manhattan, 1313 Broadway St
I want the calculated field to only keep the Street Address
1313 Broadway St
Coded version of above is
inputStr = "NY, Manhattan, 1313 Broadway St"
OutputStr = inputStr.split(",")[2];
How to achieve this in SuccessFactors Integration Center.
Kindly, advise.
Request clarification before answering.
Use the 'Split' function in the calculated field. character to split should be ',' and split item to return should be 2. This should give you back the required string here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
3 | |
2 | |
2 | |
2 | |
2 | |
2 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.