ContributionsMost RecentMost LikesSolutionsRe: Removing leading characters Hi @cjhoward18 , How can I extract number only from a string My input is FR4535345, fgfh345 My out put should be 4535345,345 Is there any find index of a first digit in a string in snaplogic? Re: Facing error when inner joining two document streams if the input is alphanumeric then what is the solution I am getting below error after using sort snap before join Not ascending order: [3V ELECTRICITÉ] and [3RD PARTY ACCOUNT CHECK] Re: How to get value based on a incoming document Hi @bojanvelevski , if I change the source and put a null in one row AccountName,AccountID,PAccountID Abc,5467,6000 dsd,7000,6000 dfghyh,6000,‘’ new,5000,5467 I am getting the following error in the expression Failure: Cannot access element 0 of ‘$input0.filter(y=>y.AccountID == x.PAccountID)’, which is empty, Reason: Index was out-of-bounds, Resolution: Please check expression syntax and data types. Expected output should be if there is not parent ID then there will be no parent name corresponding that row. Can you please let me know if we can use any null handling here Re: How to get value based on a incoming document Hi @bojanvelevski , its working fine now. Thank you Re: How to get value based on a incoming document Hi @bojanvelevski , Please check the 3rd row in your result set. Here PAccountName should be ABC instead of “new”. PAccountName should not be the next one it should depend on PAccountID. As PAccountId is same for both 3rd and 4th row so PAccountName should be also same i.e. Abc for both 3rd and 4th Row. Re: How to get value based on a incoming document Hi @bojanvelevski , If I add one more row and change the source data AccountName,AccountID,PAccountID Abc,5467,6000 dsd,6000,7000 dfghyh,7000,5467 new,5000,5467 This time the code is not working Re: How to get value based on a incoming document Thanks @bojanvelevski it is working…Do you think it will work for .1 million records? How to get value based on a incoming document Hi, I have the below input data AccountName,AccountID,PAccountID Abc,5467,6000 dsd,6000,7000 dfghyh,7000,5467 In the output I want the Parent account name based on the input so the output will be like AccountName,AccountID,PAccountID, PAccountName Abc,5467,6000,dsd dsd,6000,7000,dfghyh dfghyh,7000,5467,Abc Please help me how can I achieve that? Excel formatter fail while encountered a data more than 32767 character how can I resolve the below error in Excel formatter The maximum length of cell contents (text) is 32767 characters