Package: xml2relational
Type: Package
Title: Converting XML Documents into Relational Data Models
Description: 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
Authors@R: person("Joachim", "Zuckarelli", role = c("aut", "cre"), email = "joachim@zuckarelli.de", comment = c(ORCID="0000-0002-9280-3016"))
Maintainer: Joachim Zuckarelli <joachim@zuckarelli.de>
Depends: R (>= 3.5.0)
License: GPL-3
Imports: xml2, stringr, tidyr, fs, stats, utils, lubridate, rlang
Repository: CRAN
BugReports: https://github.com/jsugarelli/xml2relational/issues
URL: https://github.com/jsugarelli/xml2relational/
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-02-10 19:48:01 UTC; zucka
Author: Joachim Zuckarelli [aut, cre] (<https://orcid.org/0000-0002-9280-3016>)
Date/Publication: 2022-02-10 20:00:01 UTC
Built: R 4.5.2; ; 2025-11-01 03:24:54 UTC; windows
