Problem
You load a delimited file but from a certain row on, loaded input is garbled i. e. there seems to be an offset. Possibly this also leads to an crash of the session.Cause
You probably have at least one text field that contains a line break as its content. The content is within quotes but none the less it does not work. By default (at least up to 9.6) PowerCenter interpretes a line break as the break for a new record no matter what the quoting is.Solution
There is a custom property calledMatchQuotesPastEndOfLineIf set to
yesit makes PowerCenter respect quoting of text fields over linebreaks.
You can activate this property either on session level
or as Integration Service property for all sessions at once. For the time being I do not have permissions to the admin console so I cannot provide a screen shot but we did that at my last employer's project.