[resolved] Breaking up a file by lines using cSplitter
Hello, I have a Route which loads a file with a cFile component. At this point I would like to process a seperate message for each line in the file. I have been trying to do this using the cSplitter component but so far I still just get one message with the entire file contents. It seems like I must be missing something obvious, can anyone help me? Thanks! Drew