Failure in parsing output mapping file.
I have a custom block which is having 20 fields in container,10fields in description field ,10 fields in InMap file and 20 fields in OutMap file.
exmaple:
vfcontainer.dsc -20
SOL42_V670.dsc -10
SOL42_V670_InMap -10
SOL42_V670_OutMap-20
By applying some internal logic, i was to have 20 fields in the outmap, but i am receiving the follwoing error: ERROR: failed to parse the output mapping description file
How can i resolve the issue?
0