Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--date-format '%d/%m/%Y' not working #111

Closed
kiteloopdesign opened this issue May 22, 2021 · 3 comments
Closed

--date-format '%d/%m/%Y' not working #111

kiteloopdesign opened this issue May 22, 2021 · 3 comments

Comments

@kiteloopdesign
Copy link

I have a CSV with data as follows:

F. VALOR,CATEGORIA,SUBCATEGORIA,DESCRIPCION,COMENTARIO,IMPORTE
15/05/2021,Vehiculo y transporte,Parking y garaje,Pago en SERVEIS AMBIENTALS DE CASCASTELLDEFELSES,,-2.1
14/05/2021,Vehiculo y transporte,Transporte publico,Pago en ACCIONA MOTOSHARING ALCOBENDAS ES,,-3.46
14/05/2021,Ocio y viajes,Ocio y viajes (otros),Pago en BICING BARCELONA ES,,-0.35
14/05/2021,Ocio y viajes,Cafeterias y restaurantes,Pago en SHAGANS SL BARCELONA ES,,-35

This is day/month/year

I can run reckon with no date modifier, it kind of picks it up automatically, but the output format is on %Y/%m/%d. If I use %d/%m/%Y, I get the following error:

I'm having trouble parsing  with the desired format: %d/%m/%Y
@benprew
Copy link
Collaborator

benprew commented May 27, 2021 via email

@DurhamSmith
Copy link

I am having a similar issue however the issue is with correctly parsing input with this date format (I dont mind if output is ymd).

@benprew benprew closed this as completed in 05e045a Aug 8, 2021
@benprew
Copy link
Collaborator

benprew commented Aug 8, 2021

This is fixed in reckon-0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants