apoc.xml.parse

Function

apoc.xml.parse(data String, path String, config Map<String, Any>, simple Boolean) - parses the given XML string as a map.

Signature

apoc.xml.parse(data :: STRING?, path = / :: STRING?, config = {} :: MAP?, simple = false :: BOOLEAN?) :: (MAP?)

Input parameters

Name Type Default

data

STRING?

null

path

STRING?

/

config

MAP?

{}

simple

BOOLEAN?

false