<?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: Private tables with Multiple File Import function in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/897834#M105785</link>
    <description>&lt;P&gt;If you need the functionality, please vote:&lt;BR /&gt;&lt;LI-MESSAGE title="Private option for Import Multiple Files" uid="569217" url="https://community.jmp.com/t5/JMP-Wish-List/Private-option-for-Import-Multiple-Files/m-p/569217#U569217" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The wish is from 2022 - as of today (Aug, 2025), it has the status "&lt;STRONG&gt;Acknowleged&lt;/STRONG&gt;"&lt;BR /&gt;i.e.&lt;BR /&gt;"&lt;EM&gt;open for voting, no plans/prioritization (yet) to implement it&lt;/EM&gt;"&lt;/P&gt;</description>
    <pubDate>Fri, 29 Aug 2025 14:55:49 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-08-29T14:55:49Z</dc:date>
    <item>
      <title>Private tables with Multiple File Import function</title>
      <link>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/502498#M73573</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm triying to open multiple csv files and hiding them with the property &lt;EM&gt;private &lt;/EM&gt;when using&lt;EM&gt; Multiple File Import () &amp;lt;&amp;lt; Import Data.&lt;/EM&gt;&lt;BR /&gt;I am currently using a loop with the Open function :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open(myFile, private)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It works well, the tables are hidden, but I saw the &lt;EM&gt;Multiple File Import&lt;/EM&gt; function which seems to be faster than the previous loop.&lt;BR /&gt;&lt;BR /&gt;However, when using the &lt;EM&gt;&amp;lt;&amp;lt; Import Data function,&amp;nbsp;&lt;/EM&gt;all the tables are opened and visible, and I didn't find a way to hide them with the &lt;EM&gt;private&lt;/EM&gt; property :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;mfi = Multiple File Import(
	&amp;lt;&amp;lt;Set Folder(filesPath),
	&amp;lt;&amp;lt;Set Show Hidden( 0 ),
	&amp;lt;&amp;lt;Set Subfolders( 0 ),
	&amp;lt;&amp;lt;Set Name Filter("*.csv; "),
	&amp;lt;&amp;lt;Set Name Enable( 1 ),
	&amp;lt;&amp;lt;Set Size Filter( {30907123, 30907123} ),
	&amp;lt;&amp;lt;Set Size Enable( 0 ),
	&amp;lt;&amp;lt;Set Date Filter( {3736158965.466, 3736158965.466} ),
	&amp;lt;&amp;lt;Set Date Enable( 0 ),
	&amp;lt;&amp;lt;Set Add File Name Column( 1 ),
	&amp;lt;&amp;lt;Set Add File Size Column( 0 ),
	&amp;lt;&amp;lt;Set Add File Date Column( 0 ),
	&amp;lt;&amp;lt;Set Import Mode( "CSVData" ),
	&amp;lt;&amp;lt;Set Charset( "Meilleure supposition" ),
	&amp;lt;&amp;lt;Set Stack Mode( "Table Per File" ),
	&amp;lt;&amp;lt;Set CSV Has Headers( 1 ),
	&amp;lt;&amp;lt;Set CSV Allow Numeric( 1 ),
	&amp;lt;&amp;lt;Set CSV First Header Line( 1 ),
	&amp;lt;&amp;lt;Set CSV Number Of Header Lines( 1 ),
	&amp;lt;&amp;lt;Set CSV First Data Line( 2 ),
	&amp;lt;&amp;lt;Set CSV EOF Comma( 0 ),
	&amp;lt;&amp;lt;Set CSV EOF Tab( 0 ),
	&amp;lt;&amp;lt;Set CSV EOF Space( 0 ),
	&amp;lt;&amp;lt;Set CSV EOF Spaces( 0 ),
	&amp;lt;&amp;lt;Set CSV EOF Other( ";" ),
	&amp;lt;&amp;lt;Set CSV EOL CRLF( 1 ),
	&amp;lt;&amp;lt;Set CSV EOL CR( 1 ),
	&amp;lt;&amp;lt;Set CSV EOL LF( 1 ),
	&amp;lt;&amp;lt;Set CSV EOL Semicolon( 0 ),
	&amp;lt;&amp;lt;Set CSV EOL Other( "" ),
	&amp;lt;&amp;lt;Set CSV Quote( "\!"" ),
	&amp;lt;&amp;lt;Set CSV Escape( "" ),
	&amp;lt;&amp;lt;Set Import Callback( Empty() )
);

// Here, I store every table in a list, but every table are visible
dtList = mfi &amp;lt;&amp;lt; Import Data;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there a way to do that ?&lt;BR /&gt;I am using JMP 16.0.0 with French language. Let me know if you need more information.&lt;BR /&gt;&lt;BR /&gt;Thank you !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:49:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/502498#M73573</guid>
      <dc:creator>CorentinL</dc:creator>
      <dc:date>2023-06-10T23:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Private tables with Multiple File Import function</title>
      <link>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/504373#M73630</link>
      <description>&lt;P&gt;I had a response from JMP Support. Apparently, the functionnality is missing but the option will be provide in a future version. One solution is to use &lt;EM&gt;Show Window(0)&lt;/EM&gt; :&amp;nbsp;&lt;EM&gt;mfi = (Multiple File Import(... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;) &amp;lt;&amp;lt; Import Data) &amp;lt;&amp;lt; Show Window(0); , &lt;/EM&gt;but the tables still appear briefly&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:31:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/504373#M73630</guid>
      <dc:creator>CorentinL</dc:creator>
      <dc:date>2022-06-09T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Private tables with Multiple File Import function</title>
      <link>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/897834#M105785</link>
      <description>&lt;P&gt;If you need the functionality, please vote:&lt;BR /&gt;&lt;LI-MESSAGE title="Private option for Import Multiple Files" uid="569217" url="https://community.jmp.com/t5/JMP-Wish-List/Private-option-for-Import-Multiple-Files/m-p/569217#U569217" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The wish is from 2022 - as of today (Aug, 2025), it has the status "&lt;STRONG&gt;Acknowleged&lt;/STRONG&gt;"&lt;BR /&gt;i.e.&lt;BR /&gt;"&lt;EM&gt;open for voting, no plans/prioritization (yet) to implement it&lt;/EM&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 14:55:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/897834#M105785</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-08-29T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Private tables with Multiple File Import function</title>
      <link>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/912965#M107277</link>
      <description>&lt;P&gt;I added the topic to&amp;nbsp;&lt;LI-MESSAGE title="Tiny Traps in Jmp and JSL" uid="702685" url="https://community.jmp.com/t5/Discussions/Tiny-Traps-in-Jmp-and-JSL/m-p/702685#U702685" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 06:06:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/912965#M107277</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-11-13T06:06:52Z</dc:date>
    </item>
  </channel>
</rss>

