Re: Replace Text for updating the flow file content

2016-10-28 Thread Arsalan Siddiqi
he same error as before. It is only when i set the property "Support Fragmented Transactions" to false that all records were processed and successfully loaded. So this issue was resolved. Regards Arsalan Siddiqi -- View this message in context: http://apache-nifi-developer-list.39713.n7.

Re: Replace Text for updating the flow file content

2016-10-27 Thread Matt Burgess
d.java:745) [na:1.8.0_101] > > > The input to the PutSQL processors are multiple files of the form: > INSERT INTO periodic_group > (`ISN`, > `AX`, > `AY`) > VALUES ('204', > '19980101', > '19980115'); > > Half the files were loaded successfully but exactly half failed and are not > even extracted from the incoming connection. > > Thankyou > Arsalan > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Replace-Text-for-updating-the-flow-file-content-tp13712p13752.html > Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Re: Replace Text for updating the flow file content

2016-10-27 Thread Arsalan Siddiqi
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101] The input to the PutSQL processors are multiple files of the form: INSERT INTO periodic_group (`ISN`, `AX`, `AY`) VALUES ('204', '19980101', '19980115'); Half the files were loaded successfully but exa

Re: Replace Text for updating the flow file content

2016-10-26 Thread Matt Burgess
iles equal > to the number of records retrieved. > > I am not very familiar with regex, groups and back-references. I was > wondering if there was a way to write a regex that extracts the value > between the first [ and the last ] and assign it back to the flow file > content. > > thanks > Arsalan > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Replace-Text-for-updating-the-flow-file-content-tp13712.html > Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Replace Text for updating the flow file content

2016-10-26 Thread Arsalan Siddiqi
if there was a way to write a regex that extracts the value between the first [ and the last ] and assign it back to the flow file content. thanks Arsalan -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Replace-Text-for-updating-the-flow-file-content-tp13712.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.