List table columns
banana_table_columnsGet column XML names for any table in a Banana Accounting file, returned as a JSON array. Ideal for discovering table schema or mapping fields for data extraction.
Instructions
Return the list of column XML names for a table as a JSON array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". |