examples: csv/ssv/tsv examples similar to #829 test

This commit is contained in:
Simon Michael 2018-09-07 13:41:59 -07:00
parent 45858abc9c
commit 4562b04407
6 changed files with 27 additions and 0 deletions

2
examples/csv/sample.csv Normal file
View File

@ -0,0 +1,2 @@
10/2009/09,Flubber Co🎅,50,
11/2009/09,Flubber Co🎅,,50
1 10/2009/09 Flubber Co🎅 50
2 11/2009/09 Flubber Co🎅 50

View File

@ -0,0 +1,7 @@
account1 Assets:MyAccount
date %1
date-format %d/%Y/%m
description %2
amount-in %3
amount-out %4
currency $

2
examples/csv/sample.ssv Normal file
View File

@ -0,0 +1,2 @@
10/2009/09;Flubber Co🎅;50;
11/2009/09;Flubber Co🎅;;50

View File

@ -0,0 +1,7 @@
account1 Assets:MyAccount
date %1
date-format %d/%Y/%m
description %2
amount-in %3
amount-out %4
currency $

2
examples/csv/sample.tsv Normal file
View File

@ -0,0 +1,2 @@
10/2009/09 Flubber Co🎅 50
11/2009/09 Flubber Co🎅 50
1 10/2009/09 Flubber Co🎅 50
2 11/2009/09 Flubber Co🎅 50

View File

@ -0,0 +1,7 @@
account1 Assets:MyAccount
date %1
date-format %d/%Y/%m
description %2
amount-in %3
amount-out %4
currency $