camelot_bank_csv_normalizer
Normalize pasted bank transaction rows into a consistent five-column CSV file with configurable date format. Process locally in the browser.
Instructions
Bank Transaction CSV Normalizer: Paste transaction rows copied from a spreadsheet and normalize them into a consistent five-column CSV file.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/bank-csv-normalizer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateFormat | No | Target date format | YYYY-MM-DD |
| rawTransactions | Yes | Raw copied bank transaction rows (tab or comma separated) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Execution status of the tool (success or error) | |
| prefillUrl | Yes | Direct deep-link URL to view, edit, and export in Camelot Web Tools | |
| canonicalUrl | Yes | Canonical web URL for this tool on camelotwebtools.com | |
| documentTitle | Yes | Title of the generated document, report, or calculation output | |
| documentMarkdown | Yes | Complete structured output and body formatted in clean Markdown |