<?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 correctly read CSV files that are not entirely in table format in JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883055#M104736</link>
    <description>&lt;P&gt;Read the CSV interactively with JMP to allow easier reading from specific rows. You can do it multiple times to first get the metadata and in second open get data. Or you can load it is a text file and parse it into JMP table.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 08:51:05 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-07-03T08:51:05Z</dc:date>
    <item>
      <title>How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883045#M104735</link>
      <description>&lt;LI-SPOILER&gt;&lt;SPAN&gt;When using JSL and the Open() function to read a CSV file, if there are values in non-primary data columns above as shown in the image, how can I correctly read the values in the columns? Using Open() directly results in an error. &lt;BR /&gt;&lt;BR /&gt;Additionally, if I need to read the IDs above the column data, how should I do that?&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BabyDoragon_0-1751532238551.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77761iCD4DC72107996FEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BabyDoragon_0-1751532238551.png" alt="BabyDoragon_0-1751532238551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 08:46:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883045#M104735</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-07-03T08:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883055#M104736</link>
      <description>&lt;P&gt;Read the CSV interactively with JMP to allow easier reading from specific rows. You can do it multiple times to first get the metadata and in second open get data. Or you can load it is a text file and parse it into JMP table.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 08:51:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883055#M104736</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-03T08:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883057#M104737</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I know how to read a file directly, but I need to use JSL to read a large number of CSV files of this type. &lt;BR /&gt;Using Open() fails to read them. What should I do?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BabyDoragon_0-1751533050343.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77762i8112718A28A1465B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BabyDoragon_0-1751533050343.png" alt="BabyDoragon_0-1751533050343.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 08:58:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883057#M104737</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-07-03T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883062#M104739</link>
      <description>&lt;P&gt;You haven't provided your file so it is difficult to provide proper examples&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 09:16:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883062#M104739</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-03T09:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883063#M104740</link>
      <description>&lt;P&gt;Attachment is the sample file!~&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 09:20:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883063#M104740</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-07-03T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly read CSV files that are not entirely in table format in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883069#M104741</link>
      <description>&lt;P&gt;Using preview&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1751534696496.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77766i1102CD3FF73F7D21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1751534696496.png" alt="jthi_0-1751534696496.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_1-1751534719326.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77767i95B56C9439A52FD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1751534719326.png" alt="jthi_1-1751534719326.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now you have your data. Do second open with preview but now just pick your metadata&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1751534794473.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/77769iE25CE0878C603BC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1751534794473.png" alt="jthi_3-1751534794473.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then you can move the data over to your original data in many different ways.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you have this working, you can turn it into a script and loop over your files and repeat the process on all of them. Or optionally you can try to use Multiple File Import to perform as many steps as possible with one MFI run and then cleanup with JSL&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 09:28:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-correctly-read-CSV-files-that-are-not-entirely-in-table/m-p/883069#M104741</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-03T09:28:22Z</dc:date>
    </item>
  </channel>
</rss>

