FLParseXML: Parse XML files

Description Usage Arguments Details Value Constraints See Also Examples

Description

Parse XML files stored in-database as elements of FLVector.

Usage

1
FLParseXML(object)

Arguments

object

FLVector of characters

Details

The DB Lytix function called is FLParseXMLUdt.An XML parser is a utility that goes through text documents containing XML trees and allows the information in the hierarchy to be extracted to replicate the tree structure in a columnar layout.

Value

dataframe with parsed XML

Constraints

row vectors are not supported currently.

See Also

xmlParse

Examples

1
2
3
wtd <- FLTable("tblXMLTest","GroupID")
flv <- wtd[,"pXML"]
resultdataframe <- FLParseXML(flv)

Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.