This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| const sdk = globalThis.ZenTableImportSdk; | |
| if (!sdk || typeof sdk.registerBankStatementParser !== 'function') { | |
| throw new Error( | |
| 'ZenTableImportSdk is not available. Open ZenTable first and load this file via the plugin loader.' | |
| ); | |
| } | |
| function parseDotDate(dateStr) { | |
| // Формат: "25.12.2025" -> "2025-12-25" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew update && brew upgrade && brew cleanup |