On Sun, May 17, 2020 at 5:24 AM Yuri Khan <[email protected]> wrote: > > On Sun, 17 May 2020 at 16:58, Nikos Charonitakis <[email protected]> wrote: > > > ledger convert Cards_test1.csv > > Error: No journal file was specified (please use -f) > > So you need to pass -f with your normal Ledger file, *and* your CSV > file as a positional argument. > Hmmmmmmm - - - - no programmer here and trying to understand (maybe I could use this technique).
So the command should be : ledger -f /location/of/file convert Cards_test1.csv --input-date-format "%d/%m/%Y" or ledger convert -f /location/of/file Cards_test1.csv --input-date-format "%d/%m/%Y" TIA -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/CAPpdf5_dXFS-xcsSQ2R7h-VHq_8s4bHd86iO_47nm%3DZbh%3DjddQ%40mail.gmail.com.
