mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
CSV test now has unicode characters
This commit is contained in:
parent
b7851e94c3
commit
58ec47d398
@ -17,14 +17,14 @@
|
|||||||
# 2. reading CSV with in-field and out-field
|
# 2. reading CSV with in-field and out-field
|
||||||
printf 'account1 Assets:MyAccount\ndate %%1\ndate-format %%d/%%Y/%%m\ndescription %%2\namount-in %%3\namount-out %%4\ncurrency $\n' >t.$$.csv.rules ; hledger -f csv:- --rules-file t.$$.csv.rules print && rm -rf t.$$.csv.rules
|
printf 'account1 Assets:MyAccount\ndate %%1\ndate-format %%d/%%Y/%%m\ndescription %%2\namount-in %%3\namount-out %%4\ncurrency $\n' >t.$$.csv.rules ; hledger -f csv:- --rules-file t.$$.csv.rules print && rm -rf t.$$.csv.rules
|
||||||
<<<
|
<<<
|
||||||
10/2009/09,Flubber Co,50,
|
10/2009/09,Flubber Co🎅,50,
|
||||||
11/2009/09,Flubber Co,,50
|
11/2009/09,Flubber Co🎅,,50
|
||||||
>>>
|
>>>
|
||||||
2009/09/10 Flubber Co
|
2009/09/10 Flubber Co🎅
|
||||||
Assets:MyAccount $50
|
Assets:MyAccount $50
|
||||||
income:unknown $-50
|
income:unknown $-50
|
||||||
|
|
||||||
2009/09/11 Flubber Co
|
2009/09/11 Flubber Co🎅
|
||||||
Assets:MyAccount $-50
|
Assets:MyAccount $-50
|
||||||
expenses:unknown $50
|
expenses:unknown $50
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user