Cheatsheet part 1

Hello world

Solution

After you've completed all the steps in the tutorial, the final config is the following:

{
  "fields": [
    {
      "id": "your_first_extracted_field",
      "anchor": "powerful data",
      "method": {
        "id": "box",
        "position": "right"
      }
    }
  ]
}

Learn more

To learn more about the steps you took in the tutorial, see:

LinkNotes
AnchorFundamental concepts.
LabelA frequently used extraction method.
BoxA frequently used extraction method.
Color codingExplains the colored boxes you see overlaid on the document in the Sensible app.

Initial config

To undo all your changes, paste the following config into the left pane of the SenseML editor:

{
  "fields": [
    {
      "id": "your_first_extracted_field",
      "anchor": "hello world",
      "method": {
        "id": "label",
        "position": "below"
      }
    }
  ]
}