Added HowMany setting Property to limit the number of procedures converted.

Use Command Line Parameters ass override for settings.
Add logic to support partial processing of procedure sets (appending to a previously processed set.
This commit is contained in:
Rich
2014-12-08 20:22:33 +00:00
parent c2abe9214b
commit 368280d7ee
4 changed files with 24 additions and 4 deletions

View File

@@ -170,6 +170,9 @@
<setting name="AnnotateWhenShowingDifferentRO" serializeAs="String">
<value>False</value>
</setting>
<setting name="HowMany" serializeAs="String">
<value>0</value>
</setting>
</DataLoader.Properties.Settings>
</userSettings>
</configuration>