Browse Subversion Repository
Contents of /trunk/FeliCa2Money.net/CsvRules.xml
Parent Directory
| Revision Log
Revision 220 -
( show annotations)
( download)
( as text)
Mon Oct 13 16:31:31 2008 UTC
(15 years, 6 months ago)
by tmurakam
File MIME type: application/xml
File size: 3064 byte(s)
updated
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<CsvRules> |
| 3 |
<Version>081014.1</Version> |
| 4 |
<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 |
<Ident>SumishinSBI</Ident> |
| 14 |
<Name>住信SBIネット銀行</Name> |
| 15 |
<BankId>0038</BankId> |
| 16 |
<FirstLine>"日付","内容","出金金額(円)","入金金額(円)","残高(円)","メモ"</FirstLine> |
| 17 |
<Format>Date,Desc,Outgo,Income,Balance,Memo</Format> |
| 18 |
<Order>Descent</Order> |
| 19 |
</Rule> |
| 20 |
|
| 21 |
<Rule> |
| 22 |
<Ident>ebank</Ident> |
| 23 |
<Name>イーバンク</Name> |
| 24 |
<BankId>0036</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>0033</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 |
<BankId>0035</BankId> |
| 43 |
<FirstLine>"お取り引き日","摘要","参考情報","お預け入れ額","お引き出し額","差し引き残高"</FirstLine> |
| 44 |
<Format>Date,Desc,Memo,Income,Outgo,Balance</Format> |
| 45 |
<Order>Ascent</Order> |
| 46 |
</Rule> |
| 47 |
|
| 48 |
<Rule> |
| 49 |
<Ident>ShinseiBank</Ident> |
| 50 |
<Name>新生銀行</Name> |
| 51 |
<BankId>0397</BankId> |
| 52 |
<FirstLine>取引日 照会番号 摘要 お支払金額 お預り金額 残高</FirstLine> |
| 53 |
<Format>Date,Dummy,Desc,Outgo,Income,Balance</Format> |
| 54 |
<Separator>Tab</Separator> |
| 55 |
<Order>Descent</Order> |
| 56 |
</Rule> |
| 57 |
|
| 58 |
<Rule> |
| 59 |
<Ident>TokyoStarBank</Ident> |
| 60 |
<Name>東京スター銀行</Name> |
| 61 |
<BankId>0526</BankId> |
| 62 |
<FirstLine>"日付","お支払い金額","お預かり金額","摘要","残高","備考"</FirstLine> |
| 63 |
<Format>Date,Outgo,Income,Desc,Balance,Memo</Format> |
| 64 |
<Order>Ascent</Order> |
| 65 |
</Rule> |
| 66 |
|
| 67 |
<Rule> |
| 68 |
<Ident>The Hyakugo Bank, Ltd.</Ident> |
| 69 |
<Name>百五銀行</Name> |
| 70 |
<BankId>0155</BankId> |
| 71 |
<FirstLine>"日付","振替文言","お支払い金額","お預かり金額","摘要","残高","取扱店番"</FirstLine> |
| 72 |
<Format>Date,memo,Outgo,Income,Desc,Balance,Dummy</Format> |
| 73 |
<Order>Descent</Order> |
| 74 |
</Rule> |
| 75 |
|
| 76 |
<Rule> |
| 77 |
<Ident>JALCard</Ident> |
| 78 |
<Name>JALカード</Name> |
| 79 |
<Format>Dummy,Dummy,Dummy,Dummy,Date,Outgo,Desc</Format> |
| 80 |
<Order>Ascent</Order> |
| 81 |
</Rule> |
| 82 |
|
| 83 |
<Rule> |
| 84 |
<Ident>3SPocketMoney</Ident> |
| 85 |
<Name>3S Pocket Money</Name> |
| 86 |
<FirstLine>"ID","日付","分類","備考","金額","支払先","支払方法"</FirstLine> |
| 87 |
<Format>Id,Date,Memo,Desc,Outgo,Dummy,Dummy</Format> |
| 88 |
<Order>Ascent</Order> |
| 89 |
</Rule> |
| 90 |
</CsvRules> |
| |