Hi,
As I see you text file, you probably just need to create a transformation file as below for the transaction data upload through a flat file:-
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
SKIP = 0
SKIPIF =
VALIDATERECORDS = YES
CREDITPOSITIVE = YES
MAXREJECTCOUNT =
ROUNDAMOUNT =
*MAPPING
ACCOUNT = *COL(1)
CATEGORY = *COL(2)
CURRENCY = *COL(3)
TIME = *COL(4)
SIGNEDDATA = *COL(5)
*CONVERSION
Wish this helps...
Regards,
Bishwajit