Skip to content

string_manipulation

knime2py.nodes.string_manipulation

String Manipulation node handler.

This module implements a limited subset of the KNIME String Manipulation node, mirroring the Math Formula handler but targeting pandas string operations.

get_name()

Return name of the node in KNIME workflow.

Source code in src/knime2py/nodes/string_manipulation.py
242
243
244
def get_name() -> str:
    """Return name of the node in KNIME workflow."""
    return "String Manipulation"