Split field data at space into two fields
NetSuite transaction Listener to FTP XML file.
I need to separate the house number <nr> from the street <street> in the Address1 field. Essentially, everything left of the first space creates one field and everything right of the first space creates another field.
Is this possible?
0
Comments
Beverly Bishop here you go!
I'm also curious to see what Steve Klett comes up with.
Thanks, Tyler Lamparter! I'm probably doing something wrong here. I get the same error for both regexMatch options and the split returns blank.
Beverly Bishop in my sample, street is my field name. You would need to modify that for your data. In this case it would be data.0.street.
Please sign in to leave a comment.