Hello,
I have a script component that creates a '|' delimited file. the input for this script component is from an oledb source, the problem im facing now is not all rows from the oledb source that is being fed to the script component buffer is being processed by the script component, it randomly picks up two rows from the buffer and process it as the text files(i sometimes have 5-10 rows in the buffer but only two gets picked up). I have tried using the different function Input0_processInput()/input0_processInputRows()/processInput but much to my disappointment im not able to control the data in the buffer.
any ideas or workarounds on how i can better control the data in the buffer.
would appreciate your replies.