|
#1
|
|||
|
|||
|
If I have the following
NK1|1|Jane^Doe|||555-555-5555||SON and I want to replace the ^ between the name with a space, how do I do that so in the end I'd have this: NK1|1|Jane Doe|||555-555-5555||SON Thanks |
|
#2
|
|||
|
|||
|
Something like this should work
Code:
msg['NK1']['NK1.2']['NK1.2.1'] = msg['NK1']['NK1.2']['NK1.2.1'].toString() + msg['NK1']['NK1.2']['NK1.2.2'].toString(); msg['NK1']['NK1.2']['NK1.2.2'] = ''; |
![]() |
| Thread Tools | |
| Display Modes | |
|
|