You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce excessFieldsRowBehaviour and insufficientFieldsRowBehaviour options, and make skipMissMatchedRow option deprecated. (#98) Thanks @kev3978
If you set skipMissMatchedRow as false, you don't need to do anything.
If you set skipMissMatchedRow as true, you should set excessFieldsRowBehaviour = ExcessFieldsRowBehaviour.IGNORE and insufficientFieldsRowBehaviour = InsufficientFieldsRowBehaviour.IGNORE to keep same behavior.