Components > Intelligent structure models > Creating an intelligent structure model using Claire engine
  

Creating an intelligent structure model using Claire engine

Create an intelligent structure model based on input that represents the data that you expect the model to parse at run time.
    1Click New > Components > Intelligent Structure Model, and then click Create.
    2On the Intelligent Structure Model page, enter a name for the intelligent structure model.
    The name can contain alphanumeric characters and underscores.
    3Navigate to the project and folder where you want to save the model, or use the default location.
    You can change the name or location after you save the intelligent structure model in the Explore page.
    4Under AI-powered Model, select Claire Engine.
    You can create models from the following input types when you use the Claire engine:
    5 Based on the type of input file, perform one of the following steps:
    After you click Discover Structure, Intelligent Structure Discovery deciphers the data in the input and discovers the patterns expressed in the data. The following image shows an example of discovered structure on the Visual Model tab: The Visual Model tab shows an example of a discovered structure with a hierarchy of nodes.Intelligent Structure Discovery creates nodes with unique names. If Intelligent Structure Discovery discovers instances of the same type of data, it adds a number suffix to the node names. For example, if the input contains timestamps in two tables, Intelligent Structure Discovery names them timestamp1 and timestamp2.
    6When you base the model on an Avro, ORC, or Parquet file, Intelligent Structure Discovery discovers both the data elements and the elements of the file schema. By default, Intelligent Structure Discovery excludes elements that appear only in the schema from the model. To add schema elements to the output, include them in the structure of the model. For more information, see Performing actions on multiple nodes.
    7For a model that you create for an Excel worksheet, Intelligent Structure Discovery creates metadata nodes with sheet index and name. By default, Intelligent Structure Discovery excludes those nodes from the structure of the model. To add the nodes to the output, include them in the structure. For more information, see Edit the structure of Microsoft Excel input.
    8You can refine the structure so that when you use the model in production, the output meets your requirements. For more information, see Refining intelligent structure models.
    9Click Save.
    Intelligent Structure Discovery generates an intelligent structure model and saves the model in the selected location.