Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/FeliCa2Money.net/CsvRules.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 119 - (show annotations) (download) (as text)
Sat Mar 15 12:04:59 2008 UTC (16 years ago) by tmurakam
File MIME type: application/xml
File size: 1255 byte(s)
updated
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CsvRules>
3 <Rule>
4 <Ident>OFXConverter</Ident>
5 <Name>OFXConverter互換</Name>
6 <FirstLine>明細日,明細金額,Money摘要欄,Money備考欄</FirstLine>
7 <Format>Date,Income,Desc,Memo</Format>
8 <Order>Ascent</Order>
9 </Rule>
10
11 <Rule>
12 <Ident>ebank</Ident>
13 <Name>イーバンク</Name>
14 <BankId>36</BankId>
15 <FirstLine>取引日,入出金(円),残高(円),入出金先内容</FirstLine>
16 <Format>Date,Income,Balance,Desc</Format>
17 <Order>Ascent</Order>
18 </Rule>
19
20 <Rule>
21 <Ident>JapanNetBank</Ident>
22 <Name>ジャパンネット銀行</Name>
23 <BankId>33</BankId>
24 <FirstLine>"操作日(年)","操作日(月)","操作日(日)","取引順番号","摘要","お支払金額","お預り金額","残高"</FirstLine>
25 <Format>Year,Month,Day,Id,Desc,Outgo,Income,Balance</Format>
26 <Order>Ascent</Order>
27 </Rule>
28
29 <Rule>
30 <Ident>SonyBank</Ident>
31 <Name>ソニー銀行</Name>
32 <BankId></BankId>
33 <FirstLine>"お取り引き日","摘要","お預け入れ額","お引き出し額","差し引き残高"</FirstLine>
34 <Format>Date,Desc,Income,Outgo,Balance</Format>
35 <Order>Ascent</Order>
36 </Rule>
37 </CsvRules>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26