Browse Subversion Repository
Annotation of /trunk/FeliCa2Money.net/CsvRules.xml
Parent Directory
| Revision Log
Revision 151 -
( hide annotations)
( download)
( as text)
Sun Mar 16 12:02:13 2008 UTC
(16 years ago)
by tmurakam
File MIME type: application/xml
File size: 1796 byte(s)
add 住信SBI
| 1 |
tmurakam |
119 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
|
<CsvRules> |
| 3 |
tmurakam |
151 |
<Version>080316.2</Version> |
| 4 |
tmurakam |
119 |
<Rule> |
| 5 |
|
|
<Ident>OFXConverter</Ident> |
| 6 |
|
|
<Name>OFXConverter互換</Name> |
| 7 |
|
|
<FirstLine>明細日,明細金額,Money摘要欄,Money備考欄</FirstLine> |
| 8 |
|
|
<Format>Date,Income,Desc,Memo</Format> |
| 9 |
|
|
<Order>Ascent</Order> |
| 10 |
|
|
</Rule> |
| 11 |
|
|
|
| 12 |
|
|
<Rule> |
| 13 |
tmurakam |
151 |
<Ident>SumishinSBI</Ident> |
| 14 |
|
|
<Name>住信SBIネット銀行</Name> |
| 15 |
|
|
<BankId>38</BankId> |
| 16 |
|
|
<FirstLine>"日付","内容","出金金額(円)","入金金額(円)","残高(円)","メモ"</FirstLine> |
| 17 |
|
|
<Format>Date,Desc,Outgo,Income,Balance,Memo</Format> |
| 18 |
|
|
<Order>Ascent</Order> |
| 19 |
|
|
</Rule> |
| 20 |
|
|
|
| 21 |
|
|
<Rule> |
| 22 |
tmurakam |
119 |
<Ident>ebank</Ident> |
| 23 |
|
|
<Name>イーバンク</Name> |
| 24 |
|
|
<BankId>36</BankId> |
| 25 |
|
|
<FirstLine>取引日,入出金(円),残高(円),入出金先内容</FirstLine> |
| 26 |
|
|
<Format>Date,Income,Balance,Desc</Format> |
| 27 |
|
|
<Order>Ascent</Order> |
| 28 |
|
|
</Rule> |
| 29 |
|
|
|
| 30 |
|
|
<Rule> |
| 31 |
|
|
<Ident>JapanNetBank</Ident> |
| 32 |
|
|
<Name>ジャパンネット銀行</Name> |
| 33 |
|
|
<BankId>33</BankId> |
| 34 |
|
|
<FirstLine>"操作日(年)","操作日(月)","操作日(日)","取引順番号","摘要","お支払金額","お預り金額","残高"</FirstLine> |
| 35 |
|
|
<Format>Year,Month,Day,Id,Desc,Outgo,Income,Balance</Format> |
| 36 |
|
|
<Order>Ascent</Order> |
| 37 |
|
|
</Rule> |
| 38 |
|
|
|
| 39 |
|
|
<Rule> |
| 40 |
|
|
<Ident>SonyBank</Ident> |
| 41 |
|
|
<Name>ソニー銀行</Name> |
| 42 |
tmurakam |
120 |
<BankId>35</BankId> |
| 43 |
tmurakam |
146 |
<FirstLine>"お取り引き日","摘要","参考情報","お預け入れ額","お引き出し額","差し引き残高"</FirstLine> |
| 44 |
|
|
<Format>Date,Desc,Memo,Income,Outgo,Balance</Format> |
| 45 |
tmurakam |
119 |
<Order>Ascent</Order> |
| 46 |
|
|
</Rule> |
| 47 |
tmurakam |
127 |
|
| 48 |
|
|
<Rule> |
| 49 |
|
|
<Ident>JALCard</Ident> |
| 50 |
|
|
<Name>JALカード</Name> |
| 51 |
|
|
<Format>Dummy,Dummy,Dummy,Dummy,Date,Outgo,Desc</Format> |
| 52 |
|
|
<Order>Ascent</Order> |
| 53 |
|
|
</Rule> |
| 54 |
tmurakam |
119 |
</CsvRules> |
| |