<?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 Re: How to replace &amp;quot;.&amp;quot; or &amp;quot;-&amp;quot; character to &amp;quot;/&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-replace-quot-quot-or-quot-quot-character-to-quot-quot/m-p/83184#M37453</link>
    <description>&lt;P&gt;This is a common issue for users. A search of previous discussions will find a few solutions that might suit you. Here is one &lt;A href="https://community.jmp.com/t5/Discussions/Trouble-with-time-separators/m-p/78986" target="_self"&gt;discussion&lt;/A&gt; from which you can adapt an answer.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Nov 2018 22:37:06 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2018-11-13T22:37:06Z</dc:date>
    <item>
      <title>How to replace "." or "-" character to "/"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-replace-quot-quot-or-quot-quot-character-to-quot-quot/m-p/83179#M37450</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I started a script that imports multiple excel files into one table. The date field has a mix of formats; mm/dd/yyyy , mm.dd.yy and mm-dd-yy.&lt;/P&gt;&lt;P&gt;I tried using recode, and looking at the script it looks like static values:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Begin Data Update;&lt;BR /&gt;dc1 = New Column( :Date );&lt;BR /&gt;dc1 &amp;lt;&amp;lt; Set Name( "Date 3" );&lt;BR /&gt;Current Data Table() &amp;lt;&amp;lt; Go to( dc1 );&lt;BR /&gt;Current Data Table() &amp;lt;&amp;lt; Move Selected Columns( after( :Date ) );&lt;BR /&gt;For Each Row(&lt;BR /&gt; dc1[] = Match( :Date,&lt;BR /&gt; "10.11.18", "10/11/18",&lt;BR /&gt; "10.16.18", "10/16/18",&lt;BR /&gt; "10.20.18", "10/20/18",&lt;BR /&gt; "10.21.18", "10/21/18",&lt;BR /&gt; "10.24.18", "10/24/18",&lt;BR /&gt; "11-01-18 A1", "11/01/18 A1",&lt;BR /&gt; "11.08.18", "11/08/18",&lt;BR /&gt; :Date&lt;BR /&gt; )&lt;BR /&gt;);&lt;BR /&gt;Current Data Table() &amp;lt;&amp;lt; End Data Update;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Essentially what I'm looking for as my end result is having all the dates formatted in a short date format, mm/dd/yy.&lt;/P&gt;&lt;P&gt;I need help making this code work for any new values that may be added later or maybe there is a better way to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 19:26:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-replace-quot-quot-or-quot-quot-character-to-quot-quot/m-p/83179#M37450</guid>
      <dc:creator>Herrera5238</dc:creator>
      <dc:date>2018-11-13T19:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace "." or "-" character to "/"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-replace-quot-quot-or-quot-quot-character-to-quot-quot/m-p/83184#M37453</link>
      <description>&lt;P&gt;This is a common issue for users. A search of previous discussions will find a few solutions that might suit you. Here is one &lt;A href="https://community.jmp.com/t5/Discussions/Trouble-with-time-separators/m-p/78986" target="_self"&gt;discussion&lt;/A&gt; from which you can adapt an answer.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 22:37:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-replace-quot-quot-or-quot-quot-character-to-quot-quot/m-p/83184#M37453</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-11-13T22:37:06Z</dc:date>
    </item>
  </channel>
</rss>

