<?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: Extract column info from jmp tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52520#M29734</link>
    <description>&lt;P&gt;You can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;col &amp;lt;&amp;lt; get property("&amp;lt;prperty&amp;gt;");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to get whatever information you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may be able to get the information you want by using the Column Viewer with it't "Find Columns with Properties".&lt;/P&gt;
&lt;P&gt;Finally, one item I hae used is to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; get script&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will detail all of the properties for each of the columns.&amp;nbsp; However, since it will also contain all of the data for the data table, I typically delete all of the rows in the data table, and then use the &amp;lt;&amp;lt; get script.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2018 21:38:07 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-03-02T21:38:07Z</dc:date>
    <item>
      <title>Extract column info from jmp tables</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52512#M29731</link>
      <description>&lt;P&gt;Is it possible to extract column info like Column Name, Datatype, Coding and &amp;nbsp;Design role wothout having to manually right click on each column of a table and copying the data? Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 20:48:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52512#M29731</guid>
      <dc:creator>powerpuff</dc:creator>
      <dc:date>2018-03-02T20:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extract column info from jmp tables</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52518#M29733</link>
      <description>&lt;P&gt;Yes, check out the Scripting Index (Help &amp;gt; Scripting Index) under Data Table &amp;gt; Column Scripting.&amp;nbsp; The whole section with "Get _______" does the kind of thing you want to do.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ScriptingIndex.PNG" style="width: 823px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9686iA4239FBF7778AAB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScriptingIndex.PNG" alt="ScriptingIndex.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you want to get everything in one function, you can use "Get Script" though you'll have to process the results a bit to get each component.&amp;nbsp; Probably easier to write your own function that returns the results of Get Column Properties, Get Name, Get Format,&amp;nbsp; and Get Modeling Type, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 21:23:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52518#M29733</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-02T21:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract column info from jmp tables</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52520#M29734</link>
      <description>&lt;P&gt;You can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;col &amp;lt;&amp;lt; get property("&amp;lt;prperty&amp;gt;");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to get whatever information you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may be able to get the information you want by using the Column Viewer with it't "Find Columns with Properties".&lt;/P&gt;
&lt;P&gt;Finally, one item I hae used is to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; get script&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It will detail all of the properties for each of the columns.&amp;nbsp; However, since it will also contain all of the data for the data table, I typically delete all of the rows in the data table, and then use the &amp;lt;&amp;lt; get script.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 21:38:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52520#M29734</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-03-02T21:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extract column info from jmp tables</title>
      <link>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52521#M29735</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is a wonderful &lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Table-Attributes-Add-In/ta-p/39974/jump-to/first-unread-message" target="_self"&gt;table properties add&lt;/A&gt;-in written by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1855"&gt;@Justin_Chilton&lt;/a&gt;&amp;nbsp;that will do exactly what you need.&lt;/P&gt;
&lt;P&gt;Have a look at the add-in and see if will do what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;--Stan&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 21:37:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extract-column-info-from-jmp-tables/m-p/52521#M29735</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-03-02T21:37:03Z</dc:date>
    </item>
  </channel>
</rss>

