Re: Is there any way to do a currency conversion with "ledger csv"

2023-09-12 Thread lipp f
that was it, thank you. On Tuesday, September 12, 2023 at 1:10:03 PM UTC-4 John Wiegley wrote: > > "lf" == lipp f writes: > > lf> Using "reg": > lf> $ ledger reg INV:Assets:External -X CAD > > lf> I'm getting 1230 lines like this: > > Ah, try the --no-revalued option. > > John > -- ---

Re: Is there any way to do a currency conversion with "ledger csv"

2023-09-12 Thread John Wiegley
> "lf" == lipp f writes: lf> Using "reg": lf> $ ledger reg INV:Assets:External -X CAD  lf> I'm getting 1230 lines like this: Ah, try the --no-revalued option. John -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from

Re: Is there any way to do a currency conversion with "ledger csv"

2023-09-12 Thread lipp f
Using "reg": $ ledger reg INV:Assets:External -X CAD I'm getting 1230 lines like this: 2018-05-17 Commodities revalued -88.0232580 CAD -23,624.6788360 CAD 2018-05-25 Commodities revalued

Re: Is there any way to do a currency conversion with "ledger csv"

2023-09-11 Thread John Wiegley
> "lf" == lipp f writes: lf> $ ledger csv INV:Assets:External -X CAD -V | csvcut -c 1,6,5 The -X and -V options are mutually exclusive, so I would use only “-X CAD”. Maybe you can use it with the register command, to find out what all of those entries are that it’s reporting? John --

Is there any way to do a currency conversion with "ledger csv"

2023-09-05 Thread lipp f
I am doing this: $ ledger csv INV:Assets:External | csvcut -c 1,6,5 and the return is correct, like this: 2018/05/04,-100,USD 2018/05/10,-100,CAD 2018/05/11,-18242,USD 2018/06/11,99,CAD 2018/07/16,-0.12,CAD 2018/07/18,-0.15,CAD 2018/07/25,-42100,CAD 2018/08/03,99,CAD 2018/08/09,10,USD