@MaheshR I gave enough information to solve this problem. I will give the formulas, but not the workflow since someone with Core certification should be able to work with formulas. Please try it yourself. you can come back once you show us what you've tried yourself.
LEFT([Details],4)
SUBSTRING([Details], 4, 4)
RIGHT([Details],2)
If you care about the length, you can add these into an IF statement with IF Length([Details])>=10 THEN ... ELSE ... ENDIF
Good luck!
You need to give us more information to help. For example, you say "Base should start with Number" but your third row doesn't end up starting with a number? Also it's unclear how to determine the prefix from the base from the suffix - there's no logical way like length of characters to determine this
@MaheshR any more info?
Only if the length of part number is greater than = 10 we can create prefix, base and suffix. Base should not contain any alphabet and Suffix should not start with Number. I have done the manual working based on Length of Part Number. Like same way I need to do it in Altreyx. Kindly support. Let me know in case of any clarification.
I'm with @alexnajm on this. @MaheshR I still don't understand your ask... can you tell us what you are looking for exactly?
Perhaps give us a sample output of what you are looking to achieve? Also, what have you tried manually? We can see that and either replicate / automate via Alteryx.
@MaheshR we need a patterned, logical way to split your string into the three parts - otherwise we can assist no further
Please find the manual working sheet, I have attached details as requested.
There are still no consistent rules for anything under 10 digits, but for anything above 10 digits you can mimic your Excel formulas and use LEFT, SUBSTRING (same as MID), and RIGHT functions in Excel
Can you please help me with the formula for the length which is more than 10 in the workflow, as the formula is complex I am not able to get it right.
I have provided the excel data, can you please check and support with me with the workflow.
Can any one help on this
Below is the work flow which I have created but I am not able to get the correct results.
Can you please check and support on the workflow and the formula.