Standardize columns in our table
Like when we last did an update and whether or not something is deleted. Nice for cleanup and code reuse
This commit is contained in:
parent
2ebdd6f99e
commit
f536f21d3c
10 changed files with 226 additions and 51 deletions
42
tests/files/query_transactions.ofx
Normal file
42
tests/files/query_transactions.ofx
Normal file
|
@ -0,0 +1,42 @@
|
|||
OFXHEADER:100
|
||||
DATA:OFXSGML
|
||||
VERSION:102
|
||||
SECURITY:NONE
|
||||
ENCODING:USASCII
|
||||
CHARSET:1252
|
||||
COMPRESSION:NONE
|
||||
OLDFILEUID:NONE
|
||||
NEWFILEUID:NONE
|
||||
|
||||
<OFX>
|
||||
<SIGNONMSGSRQV1>
|
||||
<SONRQ>
|
||||
<DTCLIENT>20160102030405.000[-7:MST]
|
||||
<USERID>123456789
|
||||
<USERPASS>1234
|
||||
<LANGUAGE>ENG
|
||||
<FI>
|
||||
<ORG>AFCU
|
||||
<FID>12345
|
||||
</FI>
|
||||
<APPID>QWIN
|
||||
<APPVER>1200
|
||||
</SONRQ>
|
||||
</SIGNONMSGSRQV1>
|
||||
<BANKMSGSRQV1>
|
||||
<STMTTRNRQ>
|
||||
<TRNUID>00000000
|
||||
<STMTRQ>
|
||||
<BANKACCTFROM>
|
||||
<BANKID>1234567
|
||||
<ACCTID>123456-0.9:CHK
|
||||
<ACCTTYPE>CHECKING
|
||||
</BANKACCTFROM>
|
||||
<INCTRAN>
|
||||
<DTSTART>20160102
|
||||
<INCLUDE>Y
|
||||
</INCTRAN>
|
||||
</STMTRQ>
|
||||
</STMTTRNRQ>
|
||||
</BANKMSGSRQV1>
|
||||
</OFX>
|
Loading…
Add table
Add a link
Reference in a new issue