I am having a disagreement with a procedure and am seeking other views.<br><br>A non-free app generates a data file from a database function (database also part of the non-free app).<br><br>A third party application needs to scp that file elsewhere for further processing.<br>
<br>The third party wants a &quot;done&quot; file to indicate the app has finished writing to the file. That&#39;s not needed due to how the app does it&#39;s write then a move to the final location. No problem to touch a done file.<br>
<br>Third party also wants the total row count in the data file appended to the data file.<br><br>This is where I disagree. I would far rather put the additional data in the done file and not alter the output in anyway.<br>
<br>Granted, adding the row count is trivial (wc -l filename &gt;&gt; filename) and that last line will be nothing like the actual data lines. It does make reprocessing the data files more complicated as they have to be checked for the presence of the row count on the last line before rerunning the import process again.<br>
<br>Other views?<br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>Actively in pursuit of Life, Liberty and Happiness         <br><br>