<?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: Add a character to each row in a JMP column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874988#M103853</link>
    <description>&lt;P&gt;Given a character column with the name "mycol" here is a script that will add the character "A" as the first character to the mycol column for each row&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for each row(
     :mycol = "A" || :mycol;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 20 May 2025 20:46:57 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2025-05-20T20:46:57Z</dc:date>
    <item>
      <title>Add a character to each row in a JMP column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874978#M103852</link>
      <description>&lt;P&gt;I have a JMP column with data where I would like to systematically add the same initial character to each entry.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 20:11:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874978#M103852</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-05-20T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add a character to each row in a JMP column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874988#M103853</link>
      <description>&lt;P&gt;Given a character column with the name "mycol" here is a script that will add the character "A" as the first character to the mycol column for each row&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for each row(
     :mycol = "A" || :mycol;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 May 2025 20:46:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874988#M103853</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-20T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add a character to each row in a JMP column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874990#M103854</link>
      <description>&lt;P&gt;If you are comfortable with regex, you can use find/replace to do it; .* matches the content of each cell and \0 refers to the entire match.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Craige_Hales_0-1747778351769.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76035iB3BD0469CC2D2EC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Craige_Hales_0-1747778351769.png" alt="Craige_Hales_0-1747778351769.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6373139535112w988h540r919" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6373139535112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6373139535112w988h540r919');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6373139535112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 22:01:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/874990#M103854</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-05-20T22:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add a character to each row in a JMP column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/875021#M103857</link>
      <description>&lt;P&gt;Recode can also be used for this with Replace String&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1747806552886.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76042i63CC9CFF2CDBD419/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1747806552886.png" alt="jthi_0-1747806552886.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also do this by using new formula column and replace data in place&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1747806640632.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76043i434AFA6A9185F62D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1747806640632.png" alt="jthi_1-1747806640632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1747806668012.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76044iDA3894839A09FB71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1747806668012.png" alt="jthi_2-1747806668012.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 05:51:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-character-to-each-row-in-a-JMP-column/m-p/875021#M103857</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-05-21T05:51:47Z</dc:date>
    </item>
  </channel>
</rss>

