Versions Compared

Key

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

ZIP File

 A common Infinit.e Manager task is to process an RSS feed and configure the text and feature extractors for desired results.

...

  • Create a new ZIP File Source using the Source Manager
  • Edit the source using the JSON editor or Source Builder
  • Publish the Source

 

Table of Contents
minLevel2

Creating the ZIP File Source

...

  • Enter a Title (i.e. PDF ZIP) and Description (i.e. PDF Zip file)

  • Enter desired Tags (separated by spaces, no commas)

  • Select a Community for your source (i.e. General News)

  • Paste the ‘Share ID’ from Step 9

  • Select ‘Save Source’ 


 

...

Testing the Source

Once you have provided the correct URL and saved the source you can test it to verify if documents are returned.  In this template the default feature Engine is set to return both entities and associations.

...

Code Block
{
    "communityId": ["4c927585d591d31d7b37097a"],
    "created": "Oct 14, 2014 10:11:16 PM UTC",
    "description": "",
    "mediaType": ["Report"],
    "metadata": {"_FILE_METADATA_": [{"metadata": {"Content-Type": ["application/octet-stream"]}}]},
    "modified": "Oct 14, 2014 06:19:54 PM UTC",
    "publishedDate": "Oct 14, 2014 06:19:54 PM UTC",
    "source": ["Iran Report 2"],
    "sourceKey": ["inf...share.543d6948e4b0d272bbe48c9c.miscDescription."],
    "tags": ["iran"],
    "title": "__MACOSX/._USIP_Template_5March2012-1.pdf",
    "url": "inf://share/543d6948e4b0d272bbe48c9c/miscDescription/__MACOSX/._USIP_Template_5March2012-1.pdf"
}
{
    "communityId": ["4c927585d591d31d7b37097a"],
    "created": "Oct 14, 2014 10:11:16 PM UTC",
    "description": "",
    "mediaType": ["Report"],
    "metadata": {"_FILE_METADATA_": [{"metadata": {"Content-Type": ["application/octet-stream"]}}]},
    "modified": "Oct 14, 2014 06:19:54 PM UTC",
    "publishedDate": "Oct 14, 2014 06:19:54 PM UTC",
    "source": ["Iran Report 2"],
    "sourceKey": ["inf...share.543d6948e4b0d272bbe48c9c.miscDescription."],
    "tags": ["iran"],
    "title": "__MACOSX/",
    "url": "inf://share/543d6948e4b0d272bbe48c9c/miscDescription/__MACOSX/"
}
{
    "associations": [
        {
            "assoc_type": "Summary",
            "entity1": "U.N. Security Council",
            "entity1_index": "u.n. security council/organization",
            "verb": "sanction",
            "verb_category": "generic relations"
        },
        {
            "assoc_type": "Summary",
            "entity1": "it",
            "entity2": "nuclear device",
            "entity2_index": "nuclear device/industryterm",
            "verb": "build",
            "verb_category": "generic relations"
        },
        {
            "assoc_type": "Summary",
            "entity2": "Qom",
            "entity2_index": "qom,qom province,iran/city",
            "geotag": {
                "lat": 34.6461111111,
                "lon": 50.8788888889
            },
            "verb": "ice storm",
            "verb_category": "natural disaster"
        },
        {
            "assoc_type": "Summary",
            "entity2": "Legal",
            "entity2_index": "legal/product",
            "verb": "known",
            "verb_category": "product recall"
        },
        {
            "assoc_type": "Summary",
            "entity1": "International Atomic Energy Agency",
            "entity1_index": "international atomic energy agency/organization",
            "verb": "report",
            "verb_category": "generic relations"
        },

 

...

Editing the Source

You will likely want to edit the source to tailor the text extraction and feature extraction settings.  You can edit the source using either the JSON editor or Source Builder.*

...

TODO: screenshots from source builder


 

...

Publishing the Source

Once you are satisfied with the results, you can publish the source.

 

To publish the source

 

  1.  Ensure that you save the source since your last modifications
  2. Click on Publish Source.  The source is published and progress is available from Source Monitor.

Info

If a second test results in an error, double check all fields and test the ZIP File URL in a separate window to ensure it is accurate.

Info

This page does not cover Infinit.e Visualizations using the Infinit.e Visualization widgets.  For more information, see sections....