DataMap Description: Here one of the fields has the following format: New York#NY#USA#Wall Str. By using RegExp function we can split this field into 4 different fields. If you have numeric format of the filed like with regards to user request (http://www.apatarforge.org/forums/viewtopic.php?t=452&start=0) you should insert the following RegExps: 1. ([\d]+)#.* 2. [\d]+#([\d]+)#.* 3. [\d]+#[\d]+#([\d]+)