<?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: Encrypted Multiple File Import with XML Settings Troubles (JMP 18) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Encrypted-Multiple-File-Import-with-XML-Settings-Troubles-JMP-18/m-p/912027#M107154</link>
    <description>&lt;P&gt;That is a bug that we will look into fixing.&amp;nbsp; A possible work around is it to turn the multiple file import statement into a string and then parse and eval it.&amp;nbsp; For example, try encrypting this script and then running it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;eval(parse(jslquote(Multiple File Import(
	&amp;lt;&amp;lt;Set Folder( "$sample_import_data" ),
	&amp;lt;&amp;lt;Set Name Filter( "book.xml; " ),
	&amp;lt;&amp;lt;Set Name Enable( 1 ),
	&amp;lt;&amp;lt;Set XML Method( "XML Settings" ),
	&amp;lt;&amp;lt;Set XML Settings(
		XML Settings(
			Stack( 0 ),
			Row( "/book/story/chapter/para" ),
			Col(
				"/book/story/chapter/para",
				Column Name( "story.chapter.para" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			),
			Col(
				"/book/story/chapter/para/price",
				Column Name( "story.chapter.para.price" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			),
			Col(
				"/book/story/chapter/para/quantity",
				Column Name( "story.chapter.para.quantity" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			)
		)
	)
) &amp;lt;&amp;lt; Import Data;)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Nov 2025 13:24:37 GMT</pubDate>
    <dc:creator>DaveB</dc:creator>
    <dc:date>2025-11-07T13:24:37Z</dc:date>
    <item>
      <title>Encrypted Multiple File Import with XML Settings Troubles (JMP 18)</title>
      <link>https://community.jmp.com/t5/Discussions/Encrypted-Multiple-File-Import-with-XML-Settings-Troubles-JMP-18/m-p/910692#M106983</link>
      <description>&lt;P&gt;XML Settings and Encryption don't seem to work well together. I repeatedly get the error:&amp;nbsp;&lt;BR /&gt;"The XML Settings must begin with XMLSettings(...). Multiple File Import stopped.&lt;BR /&gt;JSL Encrypted"&lt;/P&gt;
&lt;P&gt;Guessing Tall would work except there's metadata I need from a different section in the XML document&lt;/P&gt;
&lt;P&gt;Is there any way to get around this error? I am not sure why it cannot pull the XML settings when encrypted, but unencrypted is fine. Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 03:51:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Encrypted-Multiple-File-Import-with-XML-Settings-Troubles-JMP-18/m-p/910692#M106983</guid>
      <dc:creator>JMPHOWHIGH</dc:creator>
      <dc:date>2025-10-31T03:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypted Multiple File Import with XML Settings Troubles (JMP 18)</title>
      <link>https://community.jmp.com/t5/Discussions/Encrypted-Multiple-File-Import-with-XML-Settings-Troubles-JMP-18/m-p/912027#M107154</link>
      <description>&lt;P&gt;That is a bug that we will look into fixing.&amp;nbsp; A possible work around is it to turn the multiple file import statement into a string and then parse and eval it.&amp;nbsp; For example, try encrypting this script and then running it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;eval(parse(jslquote(Multiple File Import(
	&amp;lt;&amp;lt;Set Folder( "$sample_import_data" ),
	&amp;lt;&amp;lt;Set Name Filter( "book.xml; " ),
	&amp;lt;&amp;lt;Set Name Enable( 1 ),
	&amp;lt;&amp;lt;Set XML Method( "XML Settings" ),
	&amp;lt;&amp;lt;Set XML Settings(
		XML Settings(
			Stack( 0 ),
			Row( "/book/story/chapter/para" ),
			Col(
				"/book/story/chapter/para",
				Column Name( "story.chapter.para" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			),
			Col(
				"/book/story/chapter/para/price",
				Column Name( "story.chapter.para.price" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			),
			Col(
				"/book/story/chapter/para/quantity",
				Column Name( "story.chapter.para.quantity" ),
				Fill( "Use Once" ),
				Type( "Numeric" ),
				Format( {"Best"} ),
				Modeling Type( "Continuous" )
			)
		)
	)
) &amp;lt;&amp;lt; Import Data;)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Nov 2025 13:24:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Encrypted-Multiple-File-Import-with-XML-Settings-Troubles-JMP-18/m-p/912027#M107154</guid>
      <dc:creator>DaveB</dc:creator>
      <dc:date>2025-11-07T13:24:37Z</dc:date>
    </item>
  </channel>
</rss>

