Convert CSV to XML with XQuery and BaseX

Convert CSV to XML with XQuery and BaseX

My notes from the Vanderbilt University XQuery Working Group

We sorted data after converting it from Comma Separated Values (CSV) to Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This guide covers the basics of how to convert data from CSV to XML and sort the result with XQuery and BaseX.

Continue reading