Operation Modes

TIFANY provides three distinct modes of operation to handle different data manipulation and structural requirements. Use the sidebar icons to switch between these modes.


1. Table Mode (Standard)

The default mode for TIFANY. It provides a visual grid for direct manipulation of table data and structure.


2. Draw Mode (Structure Builder)

Draw Mode is an innovative feature designed to convert unstructured raw data into a clean table structure.

Workflow

  1. Enter Draw Mode.
  2. Paste raw text into the input editor.
  3. Set your desired Grid Size.
  4. Select text in the editor and select Insert Selected (or use Paint Mode).
  5. Once the structure is complete, select Build Table to generate the final sheet.

3. Node Editor (Data Pipelines)

The Node Editor is a powerful visual scripting environment for building data processing pipelines.

Workflow

  1. Enter Node Editor.
  2. Imported sheets appear as Table Nodes.
  3. Add Operator Nodes via the toolbar or by right-clicking a port.
  4. Connect output ports to input ports.
  5. Configure operators (select the ⚙ icon).
  6. Select Run (▶) to execute the pipeline.
  7. Select a destination node and select Build Table to export the result.
For detailed technical information on individual node types and formula syntax, see the Node Editor Engine Guide.