IMPORT file not loading all data
Hi Experts,
i am using HFM adaptor, and source as TEXT-FILE.
when i try to load the file at IMPORT, it loads for only certain account. other records line are automatically skipped. at BEFOREIMPORT script.
my P&L account are loading without any issues(account>600000)
any other account (balance sheet ...) less then 600000 are skipped.
eg lines
account, PRODUCT, Market, ..Amount
600500, Prod1, mkt1, 2000 (Load without issues)
800450, Prod2, Mkt1, -3000 (Load without issues)
580900, Prod2,Mkt1, 1000 (Line skipped)
i am not using anywher FDMSKIP. please suggest me , what to check.