Automation
Cell Tools
4min
Cell Tools are ideal for automating data extraction from within single table cells.
At a high level, Cell Tools look for cells that exist at the intersection of a column and a row. This can be designated via header, index, or regex. Once the Cell Pattern finds a cell at an intersection of a qualifying header and row, they extract the data inside that cell and assign it to a Schema Field.
To create a Cell Tool:
- Within the Kit associated with the Schema you'd like to work with, locate the Field you want to place data into. In this case, we are working with our Primary Schema, Performance Report (refer to Pattern Creation and Editing for a refresher)
- Click "Add Tool" and select "Cell Tool"
Enter a “Row String” and a “Column String”. You can also identify a row or column by its index or by "regular expression", which is detailed further in Text Tools
- The “Row String” is the name of the row that the targeted cell is contained in
- The “Column String” is the name of the header that the targeted cell is contained in
- Click "Save Tool"
- Repeat this process for as many Fields as you need to extract via Cell Tools
- You now have automated cell extraction!