Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use XmlSourceName to build the document urlURL.  If specified, the document URL is build as "XmlSourceName" + xml("XmlPrimaryKey").

...

Info

For XML and JSON file where the document(s) within the file references a unique network resource that is of the format "CONSTANT_URL_PATH + VARIABLE_ID" (eg "http://www.website.com?pageNum=3454354"), and the "VARIABLE_ID" component is one of the fields in the XML/JSON object, then "XmlSourceName" and "XmlPrimaryKey" can be used to specify the two components.  For JSON the dot notation can be used in "XmlPrimaryKey" for nested fields.

If it is not possible to specify the URL in this manner (but there is a single - not necessarily unique - URI that is related to the document - eg either a network resource or a file in a sub-directory of the fileshare), it is recommended to use the structured analysis handler to set the "displayUrl" parameter.

 

...

CSV Files

In th efollowing the following sample code, th efile the file extractor is configured to act on .csv content.

...