I have a pretty simple flow where I query for a list of ids using executeProcess and than pass that list along to splitText where I am trying to split on each line to than dynamically build a url further down the line using updateAttribute and so on.
executeProcess -> splitText -> putFile For some reason I am only getting one file written with one line. I would expect something more like 100 files each with one line. Using the provenance reporter it appears that some of my items are being dropped. Time02/18/2016 17:13:46.145 PST Event DurationNo value set Lineage Duration00:00:12.187 TypeDROP FlowFile Uuid7fa42367-490d-4b54-a32f-d062a885474a File Size14 bytes Component Id3b37a828-ba2c-4047-ba7a-578fd0684ce6 Component NamePutFile Component TypePutFile DetailsAuto-Terminated by failure Relationship Any ideas on what I need to change here? Thanks in advance, Jeff
