Translation Failure
Translation to native failed. Element not completed : 'Employee'.
The data does not conform to the NXSD schema. Please correct the problem.
Solution:
This error occured when we are reading /wrtting the file from/to stage, most cases we are not adding any header field names and later when we try to read/write it, we are mentioning the USE FIRST ROW AS COLUMN HEADERS AS CHECKED which was expecting header field names in the file.
- Just uncheck this property - USE FIRST ROW AS COLUMN HEADERS and it will work.
- Or add header field names explitcitly in the file.
No comments:
Post a Comment