A Python script that automatically extracts transactions from Apple Card PDF statements and exports them into a structured Excel file.

1 Open Issue Need Help Last updated: Aug 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue describes a parsing problem for 'Toast' transactions where the merchant name and address lack a separating whitespace. The proposed solution involves detecting 'TST*' at the string's start and then identifying the address by the first subsequent number to correctly extract the merchant name.

Complexity: 2/5
bug help wanted core-functionality

A Python script that automatically extracts transactions from Apple Card PDF statements and exports them into a structured Excel file.

Python