parserConfiguration
parserConfiguration
– An optional object with additional parser configuration values. Each of the child parameters is also optional:
namedGraphUri
– The default graph for all RDF formats when no graph is specified (for non-quads formats and NQUAD entries with no graph).The default ishttps://aws.amazon.com/neptune/vocab/v01/DefaultNamedGraph
.baseUri
– The base URI for RDF/XML and Turtle formats.The default ishttps://aws.amazon.com/neptune/default
.allowEmptyStrings
– Gremlin users need to be able to pass empty string values("") as node and edge properties when loading CSV data. IfallowEmptyStrings
is set tofalse
(the default), such empty strings are treated as nulls and are not loaded.IfallowEmptyStrings
is set totrue
, the loader treats empty strings as valid property values and loads them accordingly.