<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to delimiter the &amp;quot;space&amp;quot; in the column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-delimiter-the-quot-space-quot-in-the-column/m-p/704148#M88821</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one column with the following data format and I would like to split it into the multiple columns using jsl,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ABC D01 EF GGG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to modify the following jsl to split the single column into four character columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Text To Columns( delimiter( "&amp;nbsp; " ), columns( :Column 1 ) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the TAB as the delimiter, but it also did not work.&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Text To Columns( delimiter( TAB ), columns( :Column 1 ) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 01:07:17 GMT</pubDate>
    <dc:creator>TDK_Long</dc:creator>
    <dc:date>2023-11-30T01:07:17Z</dc:date>
    <item>
      <title>How to delimiter the "space" in the column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delimiter-the-quot-space-quot-in-the-column/m-p/704148#M88821</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one column with the following data format and I would like to split it into the multiple columns using jsl,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ABC D01 EF GGG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to modify the following jsl to split the single column into four character columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Text To Columns( delimiter( "&amp;nbsp; " ), columns( :Column 1 ) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the TAB as the delimiter, but it also did not work.&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Text To Columns( delimiter( TAB ), columns( :Column 1 ) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 01:07:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delimiter-the-quot-space-quot-in-the-column/m-p/704148#M88821</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-11-30T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to delimiter the "space" in the column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-delimiter-the-quot-space-quot-in-the-column/m-p/704165#M88822</link>
      <description>&lt;P&gt;The function needs to be applied to each row;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
dt=current data table();
for each row(
	dt &amp;lt;&amp;lt; Text To Columns( delimiter( "  " ), columns( :Column 1 ) );
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Nov 2023 02:59:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-delimiter-the-quot-space-quot-in-the-column/m-p/704165#M88822</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-11-30T02:59:10Z</dc:date>
    </item>
  </channel>
</rss>

