<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacLochlainns Weblog &#187; xml to csv</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/tag/xml-to-csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convert XML Files to Comma-delimited Files without Programming</title>
		<link>http://blog.mclaughlinsoftware.com/2008/06/22/convert-xml-files-to-comma-delimited-file-without-programming/</link>
		<comments>http://blog.mclaughlinsoftware.com/2008/06/22/convert-xml-files-to-comma-delimited-file-without-programming/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 23:07:23 +0000</pubDate>
		<dc:creator>maclochlainn</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[NoClassDefFoundError: org/apache/xalan/xslt/Process]]></category>
		<category><![CDATA[upload to oracle]]></category>
		<category><![CDATA[xalan]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml to csv]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=45</guid>
		<description><![CDATA[A couple students snagged some data through Google searches but they found it was formatted as an XML file. They wanted to know the easiest way to convert it and load it into an Oracle database. I created this quick reference which leverages Apache Xalan Project command-line tool and Oracle external tables. You must source files [...]]]></description>
			<content:encoded><![CDATA[<p>A couple students snagged some data through Google searches but they found it was formatted as an XML file. They wanted to know the easiest way to convert it and load it into an Oracle database. I created this quick reference which leverages Apache Xalan Project command-line tool and Oracle external tables. You must source files in the <code>%CLASSPATH%</code> (or <code>$CLASSPATH</code>) correctly order as shown in the example or you will raise a <code>"NoClassDefFoundError: org/apache/xalan/xslt/Process"</code> error.</p>
<p>Briefly, XML supports two paradigms. One is the single-pass compiler (or streams approach). Another is a data structure (or tree approach), which typically requires programming skills.</p>
<p>XSLT Processors typically implement a streams approach. You call the XSLT Processor by passing two arguments. One is an XML source document and the other XSL style sheet.</p>
<p>While this is often done in your web browser or an application, you can leverage the technology to manually convert an XML file transfer into a comma-delimited file. Comma-delimited files are also known as comma separated value (CSV) files. After you convert the XML file you can use an Oracle external table to read it into the database. Naturally, the Oracle XDK offers more features and complexity.</p>
<p><a title="How to Convert XML to CSV and Upload into Oracle" href="http://blog.mclaughlinsoftware.com/how-to-convert-xml-to-csv-and-upload-into-oracle/" target="_blank">A quick example &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mclaughlinsoftware.com/2008/06/22/convert-xml-files-to-comma-delimited-file-without-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
