Hello,
I'm trying to bulk upload transaction history from TradePMR and have run into issues with the generic import. I know it's me but can't seem to solve it even when paring down a sample transaction.
Import source is a csv file.
Input Format:
ACCT,MM/DD/YYYY,TRAN,BNUM,SYMB,CNUM,ANUM
Spreadsheet:
12345,12/06/2018,DIST_D,107,SO,0,64.2
In the actual csv file I have XX in several columns and MEMO. Hopefully whatever is wrong can be caught in this simplified version. Also ... I'm not sure how to verify that it's actually comma delimited.
Thank you,
Matthew