Viewing 7 posts - 1 through 7 (of 7 total)
THis function works great, but, has the following limitations or things that can be improved :
1) If the string to be splitted has the delimiter character at the end, then,...
February 18, 2013 at 9:29 am
Tested function with 2 delimiters, works great, although it takes some time to run (20 minutes to run on a table with 887,994 rows whose splitting resulted in 13,397,215 rows).
February 13, 2013 at 12:31 pm
How do you use this function? Also, how can I pass an additional parameter, so it's always inserted into the new table? I have a column named Part. I want...
February 13, 2013 at 10:58 am
OK. Great advice. I guess I could modify it just so the user can provide multiple delimiters, then use the replace before doing the split. Thanks.
February 12, 2013 at 9:10 am
Great. Thanks for the prompt response. Do you think that the code could be modified to be recursive, in other words, if I send 1 delimiter, code within function runs...
February 12, 2013 at 8:58 am
How can I use this function to search for more than 1 character? I have data that is delimited by either a comma or semicolon (,;). Need to split contents...
February 11, 2013 at 12:59 pm
Hello,
Greatt article. I used the function and works great. I have a situation where I need to search for more than 1 character, then split the data. How could I...
February 11, 2013 at 12:55 pm
Viewing 7 posts - 1 through 7 (of 7 total)