Has anyone tried to import a Transaction File from a text file in CSV format? I am following the instruction from the help file but getting the errors. The CSV file is built as:
(group),(name),(description),(transaction profile),(type),
Mygroup,mytest,test import,Trxprofile_reference.999.test.testimport,Tran,
Import error:
ERROR: Invalid field name found in the row description at position 1 ((GROUP))
ERROR: Invalid field name found in the row description at position 2 ((NAME))
ERROR: Invalid field name found in the row description at position 4 ((TRANSACTION PROFILE))
ERROR: Invalid field name found in the row description at position 5 ((TYPE))
ERROR: No (Path)-field found in the row description
Import preprocessing failed