mv / ynab-csv-scripts

CSV files for YNAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YNAB: CSV scripts

Simple/dirty scripts that genetares CSV files for YNAB 4.

Usage

To run any script:

bin/script-name   path/to/file.ext

A new file named script-name.ynab.csv will be created, ready to be imported into YNAB.

Debug

For some debug information try to use:

export YNAB_DEBUG=1

in the command line before running a script.

To show the results without saving to a new file try:

export YNAB_STDOUT=1

Get the information

  1. Amex Brasil

    Type: PDF Extrato de Conta -> Consulta por Periodo -> [Download PDF]

  2. Banco do Brasil

    Type: CSV Conta Corrente -> Extrato -> Aba: mes/ano -> Clique Icone Download -> CSV

  3. CEF

    Type: TXT Servicos -> Extrato -> 90 dias -> Imprimir Extrato

  4. Modal Mais

    Type: PDF Servicos -> Extrato -> 90 dias -> Imprimir Extrato

  5. Nubank Brasil

    Type: CSV Faturas -> [Periodo Desejado] -> Exportar para CSV

  6. Rico

    Type: PDF Minha Conta: Extrato -> Periodo de: dd/mm/yyyy -> até: dd/mm/yyyy -> IMPRIMIR

  7. Satander

    Type: CSV Conta Corrente -> Extrado Digital -> Meses Anteriores

  8. Sofisa Direto

    Type: PDF Extrato -> De: dd/mm/yyyy -> até: dd/mm/yyyy -> Gerar PDF

  9. XP Investimentos

    Type: PDF Investimentos -> Conta Corrente -> Extrato -> Data: mm/ano -> Ordem: Movimento

References

  1. YNAB CSV Importing

About

CSV files for YNAB


Languages

Language:Ruby 100.0%