I’ve discovered incremental reading in DbInput, it’s a good thing
But i need something more.
stage 1 To read data from incremental file “read-only”, i.e. not setting further values back to file.
stage 2 If stage 1 ends succuessfully, calculate new values for posting them into incremental file
reasons to do this are:
1. readers are mulptiple but basic values are the same - there’s no need to set update rules for each one, it’s boring
2. readers use transformed values and some of them simply do not contain data to put back into incremental file
and one more question: is it possible to do such thing not with files but with DB. I mean pass parameters to query which are taken from another query.