Servoy Developer
Version R2 2.2.5-build 337
Java version 1.5.0_06-64 (Mac OS X)
I have a dataprovider which is formatted as a CheckBox from a valuelist
The value list items have multiple word entries separated with spaces for example as follows:
Gluten Free
Milk Free
Lactose Free
The data is stored on an external web server and administered by in house Servoy solution.
The client now needs to be able to parse each VL item out at the web end but in the column they are stored as :
Gluten Free Lactose Free
So each entry has a space and each multi word has a space so I need to potentially create a result from the original field of :
‘Gluten Free|Lactose Free’
This will give me a delimiter that can be parsed easily
So how do I convert the original entry to one which has the necessary delimiters ?
Cheers
Harry