Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Отмена покупки на\s+(\d[\d\s.,]*[.,]\d{2}|\d[\d\s.,]*)\s*(\S+)\.\s+Доступно:\s+(-?\d[\d\s.,]*[.,]\d{2})\s+(\S+)\s+║\s*(.+)

-----COLUMNS-----
income;instrument;av_balance;acc_instrument;payee

-----EXAMPLE-----
Отмена покупки на 1.00 ₽. Доступно: 3290.29 ₽ ║ Супер Сплит
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Перевод на\s+(.+?)\.\s*Баланс накопительного счёта:\s+(\d[\d\s.,]*)\s+(\S+)\s+║\s*([−-]?\d[\d\s.,]*)\s+(\S+)\s+с\s+(.+)

-----COLUMNS-----
payee;balance;acc_instrument;outcome;instrument;payee

-----EXAMPLE-----
Перевод на Сейв "AirBag". Баланс накопительного счёта: 8730 ₽ ║ −2,92 ₽ с Сейва "ежедневка"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Баланс Сейва:\s*(\d[\d\s.,]*[.,]\d{2})\s*(\S+)\s*║.*?\+\s*(\d[\d\s.,]*)\s*(\S+)\s*(на Сейв\s*".*?")

-----COLUMNS-----
balance;acc_instrument;income;instrument;comment

-----EXAMPLE-----
Пополнение со своего счёта в Газпромбанк. Баланс Сейва: 768482,42 ₽ ║ +250000 ₽ на Сейв "На ремонт" •
Loading