Hello Everyone ,
I am working on CRM 2016 and Sql server 2017 . I am creating a SSIS package to load the data into the CRM . I got a road block while spliting the names based on different conditions . like
If the Full name format in file is FName, LName then FName should be the Lname and LastName should be the last name.
If the Full name format in file is s FName s LNamethen FName should be the first name and LName should be the last name.
If the Full name format in file is FName MName LName then FName should be the first name and everything else should be the last name
Can anyone help me to resolve this .
Thanks In Advance
*This post is locked for comments
I have the same question (0)