cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Comma Delimited Flat File

Former Member
0 Likes
168

I have a comma delimited flat file. For example - "This,is,a,test" I want to read each word and perform something with the word in Business Logic Services. What is the best way to accomplish this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

In Business Logic, expand the XML Functions tab.

At the bottom you will see an action called: String List To Xml Parse

Use that action to parse the comma seperated items and then perform any logic required on the individual items.

What this action does is it places all the items in a Rowset/Row, Row, Row type format common to xMII.

Enjoy!

Note: If this was helpful please award points

Answers (0)