DATA_READER Node can use to replace DELIMITED_DATA_READER Node functions?
DELIMITED_DATA_READER Node inadequate.
Note:
This reader can’t read multiple character delimiters if an initial part of the delimiter is contained in data before this delimiter. Ie: Delimiter is ‘delim’. Data are ‘xxxd!xxxdelim’. Please use DataReader instead DelimitedDataReader while the problem will be resolved
DELIMITED_DATA_READER Node can give up?