<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jag@psilosoph.de" title="Wolfgang Jäger <jag@psilosoph.de>"> <span class="fn">Wolfgang Jäger</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a SPLIT() function for separating string cells based on a delimiter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97101">bug 97101</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jag@psilosoph.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a SPLIT() function for separating string cells based on a delimiter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97101#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a SPLIT() function for separating string cells based on a delimiter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97101">bug 97101</a>
              from <span class="vcard"><a class="email" href="mailto:jag@psilosoph.de" title="Wolfgang Jäger <jag@psilosoph.de>"> <span class="fn">Wolfgang Jäger</span></a>
</span></b>
        <pre>Starting with version 5.2.0 (2016-06-23) we have a TEXTJOIN() function, and
since 5.4 it is well debugged.  
3 and a half years later it is still crying for its counterpat function
TEXTSPLIT(). 

I would suggest to not only port the Basic function Split to Calc, but to do
something like (for simplicity in Basic-like notation):

Function TEXTSPLIT(pDelimiter, pMode, pList)
REM pMode should -at least- work like the second parameter of TEXTJOIN() does.
In Addition it may offer to suppress repetitions (pMode<0 e.g.)

A premium implementation would also accept array evaulation for ONEdimensional
(1 row / 1 column= pList arrays, probably corresponding with 1D pDelimiter
array with output to a 2Drange readable as a 1D array of columns or a 1D array
of Rows respectively. (I did it in Basic.)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>