When using "ignoreError", the line should be rejected into the .bad file and not loaded to the target. (ignoreError is like "do not raise an error for the whole file")
If you want Stambia to load this line into the target, you have to specify what should be done with invalid values :
- "setToEmptyValue" will replace them with '' (or NULL when dealing with number datatypes)
- "setToNull" will replace them with NULL
If you feel that something is not working properly with your file or metadata, please open a support ticket, they will look into it