xml2relational {xml2relational}R Documentation

Package 'xml2relational'

Description

Transforming a hierarchical XML document into a relational data model.

What is xml2relational

The xml2relational package is designed to 'flatten' XML documents with nested objects into relational dataframes. xml2relational takes an XML file as input and converts it into a set of dataframes (tables). The tables are linked among each other with foreign keys and can be exported as CSV or ready-to-use SQL code (CREATE TABLE for the data model, INSERT INTO for the data).

How to use xml2relational


[Package xml2relational version 0.1.1 Index]