<?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 Reading Multiple XML files from a folder into one SAS data set in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343661#M78917</link>
    <description>&lt;P&gt;Please provide way to read multiple xml files(more than 1000) from a folder into one sas data set.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 11:06:13 GMT</pubDate>
    <dc:creator>priarora91</dc:creator>
    <dc:date>2017-03-23T11:06:13Z</dc:date>
    <item>
      <title>Reading Multiple XML files from a folder into one SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343661#M78917</link>
      <description>&lt;P&gt;Please provide way to read multiple xml files(more than 1000) from a folder into one sas data set.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 11:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343661#M78917</guid>
      <dc:creator>priarora91</dc:creator>
      <dc:date>2017-03-23T11:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Multiple XML files from a folder into one SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343705#M78925</link>
      <description>&lt;P&gt;Are they all the same structure?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have code to read data from one file? Are all files in same directory or different directories?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 13:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343705#M78925</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-23T13:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Multiple XML files from a folder into one SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343719#M78928</link>
      <description>&lt;P&gt;Yes, I have code to read xml file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code.&lt;/P&gt;&lt;DIV&gt;filename datafile '\\10.181.253.36\iqc_active\SAS\SOA-MFE-0000000082308698-2016-11-17-120102170.xml';&lt;/DIV&gt;&lt;DIV&gt;filename mapfile '\\10.181.253.36\iqc_active\SAS\stu.map';&lt;/DIV&gt;&lt;DIV&gt;libname datafile xmlv2 xmlmap=mapfile automap=replace;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;All the XML files are of same format and are placed in single directory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Mar 2017 14:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343719#M78928</guid>
      <dc:creator>priarora91</dc:creator>
      <dc:date>2017-03-23T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Multiple XML files from a folder into one SAS data set</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343941#M78998</link>
      <description>&lt;P&gt;Your code should be like.&lt;/P&gt;
&lt;P&gt;If you have real xml map, that is another story .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
filename mapfile temp;
libname xx   xmlv2   
 '\\10.181.253.36\iqc_active\SAS\SOA-MFE-0000000082308698-2016-11-17-120102170.xml'
       xmlmap=mapfile automap=replace;

proc copy in=xx out=work;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Mar 2017 02:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-Multiple-XML-files-from-a-folder-into-one-SAS-data-set/m-p/343941#M78998</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-24T02:53:59Z</dc:date>
    </item>
  </channel>
</rss>

