Integrations

Transactions Categorizer uses the following integrations to do its job effectively, each with its own set of permissions.

Code analysis icon
Code analysis

An integration that executes arbitrary Python code, potentially using input files and producing output files.

Actions
  • Execute Python Code — Takes Python code as a string, an optional list of input files, executes the code, and returns the standard output as a string and an optional list of output files.
Spreadsheet Tools icon
Spreadsheet Tools

Tools for working with spreadsheet files, including conversion to JSON format

Actions
  • Spreadsheet Tools - Convert Spreadsheet to JSON — Converts a spreadsheet file (Excel .xlsx/.xls, CSV) to JSON format. Returns an array where each object represents a row, with properties named after the sanitized headers.