<?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: JMP copy paste error in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565382#M77744</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/982"&gt;@Craige_Hales&lt;/a&gt;&amp;nbsp;for the response. But, I am copy pasting a huge excel sheet and I cannot apply that to each cell.&lt;/P&gt;&lt;P&gt;However I opened the csv file directly in JMP and the lines don't jumble up when I do that. I then save it as a jmp file.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Nov 2022 22:32:11 GMT</pubDate>
    <dc:creator>SharathPS</dc:creator>
    <dc:date>2022-11-05T22:32:11Z</dc:date>
    <item>
      <title>JMP copy paste error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565053#M77715</link>
      <description>&lt;P&gt;Hi I am copying a cell containing the text&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;48-pin ultra-thin fine pitch quad flat package no leads&lt;BR /&gt;(UFQFPN)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;from excel into JMP. The file is originally a csv file opened in excel.&lt;/P&gt;&lt;P&gt;In JMP it ends up in two rows instead of one cell as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SharathPS_0-1667589830597.png" style="width: 548px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47055i3468618AFFCC386C/image-dimensions/548x63?v=v2" width="548" height="63" role="button" title="SharathPS_0-1667589830597.png" alt="SharathPS_0-1667589830597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I avoid this. I have already tried formatting excel column as text and setting JMP column to character type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This happens in lines when there is a bracket (square / parentheses / angled brackets) inside the text. Why is JMP doing this?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:56:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565053#M77715</guid>
      <dc:creator>SharathPS</dc:creator>
      <dc:date>2023-06-10T23:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: JMP copy paste error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565272#M77727</link>
      <description>&lt;P&gt;If you peek at the CSV with a text editor like notepad, is there a new line in the value?&lt;/P&gt;
&lt;P&gt;You might be able to work around the problem manually with find/replace after importing the data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Find what: holds the new line sequence to be replace with T for KATIE." style="width: 647px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47065iF589954B954E649C/image-size/large?v=v2&amp;amp;px=999" role="button" title="FindReplaceMultiLine.PNG" alt="Find what: holds the new line sequence to be replace with T for KATIE." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Find what: holds the new line sequence to be replace with T for KATIE.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Depending where the data came from the newline sequence may be CR, LF, or CRLF. Depending on your OS, typing a newline might not match. Worst case, regex might be needed:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Plus means one or more of the set of characters \n (newline) and \r (return)." style="width: 646px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47066i6E6D829FA441AE03/image-size/large?v=v2&amp;amp;px=999" role="button" title="FindReplaceRegex.PNG" alt="Plus means one or more of the set of characters \n (newline) and \r (return)." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Plus means one or more of the set of characters \n (newline) and \r (return).&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a couple before you hit &lt;EM&gt;Replace All&lt;/EM&gt;. Consider choosing &lt;EM&gt;Restrict To Selected Column&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12211"&gt;@SharathPS&lt;/a&gt;&amp;nbsp; I suspect I've misunderstood your question. Try double-clicking the cell in the JMP table before pasting. When you double click, you'll see a text edit box and the entire paste will go into that box. Otherwise, when the cell is single-click selected and not showing the edit box, newlines in the paste data will advance to the next cell.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 03:00:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565272#M77727</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-05T03:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: JMP copy paste error</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565382#M77744</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/982"&gt;@Craige_Hales&lt;/a&gt;&amp;nbsp;for the response. But, I am copy pasting a huge excel sheet and I cannot apply that to each cell.&lt;/P&gt;&lt;P&gt;However I opened the csv file directly in JMP and the lines don't jumble up when I do that. I then save it as a jmp file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 22:32:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-copy-paste-error/m-p/565382#M77744</guid>
      <dc:creator>SharathPS</dc:creator>
      <dc:date>2022-11-05T22:32:11Z</dc:date>
    </item>
  </channel>
</rss>

