Hi there,
I am trying to create the header and line sections in csv file for customer payment journal header and line import, but i am getting below error and not able to map format of header and line section. File format as per below:
Header: SomeValue,,,,, (one value and blank columns - only one header record)
Line: Value1,,,value2,Value3,,Value4 (multiple line records)
I am using recordlist for lines and record for header, but i am getting below error:
Could you please let me know what's going wrong here or any std file doing the same operation (for reference)??
Thanks in advance!!