Extract Types from Text

    Identify schema type values within text and add them to your graph


    Extract Types From Text

    Extract from Text cycles through the schema node types known by Constellation. For each schema type that has an associated regular expression, all matches for that regular expression in the text are added to the graph.

    Parameters

    New nodes are added with the following attributes:

    Source Node

    Example

    Entering the following text:

    test@email.com
    https://www.google.com/

    Creates two nodes. One will be of type "Email" and will have "test@email.com" as it's identifier, and the other will be of type "URL" and will have "https://www.google.com/" as it's identifier.

    Extract Types From Text Example

    Extract Types From Text Example Result