xml2relational: Converting XML Documents into Relational Data Models

Import an XML document with nested object structures and convert it into a relational data model. The result is a set of R dataframes with foreign key relationships. The data model and the data can be exported as SQL code of different SQL flavors.

Version: 0.1.1
Depends: R (≥ 3.5.0)
Imports: xml2, stringr, tidyr, fs, stats, utils, lubridate, rlang
Published: 2022-02-10
Author: Joachim Zuckarelli ORCID iD [aut, cre]
Maintainer: Joachim Zuckarelli <joachim at zuckarelli.de>
BugReports: https://github.com/jsugarelli/xml2relational/issues
License: GPL-3
URL: https://github.com/jsugarelli/xml2relational/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: xml2relational results

Documentation:

Reference manual: xml2relational.pdf

Downloads:

Package source: xml2relational_0.1.1.tar.gz
Windows binaries: r-devel: xml2relational_0.1.1.zip, r-release: xml2relational_0.1.1.zip, r-oldrel: xml2relational_0.1.1.zip
macOS binaries: r-release (arm64): xml2relational_0.1.1.tgz, r-oldrel (arm64): xml2relational_0.1.1.tgz, r-release (x86_64): xml2relational_0.1.1.tgz
Old sources: xml2relational archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=xml2relational to link to this page.