We have an input field coming from a .csv that has 3 pieces of data in it separated by periods (.). Example: 1111.2222.33333. Is there a way to parse out the three pieces of information into distinct field outputs in Centerprise?
Date
Votes
2 comments
-
Astera Support 3 Official comment Hi Jean,
Yes, you can achieve the desired output using a built-in function in Centerprise, which is the SplitString function. You can refer to the following article to see how you can use the SplitString function in your dataflow:
So you pass the input field (string) coming from the .csv file and specify the delimiter/separator in the SplitString function and it will split the information contained in the input field into distinct outputs.
-
Jean Ryan Okay, got it. The article was really helpful, thanks!
Please sign in to leave a comment.