thedatahub / Datahub-Factory

Datahub::Factory - Transport metadata between Collection Management Systems and the Datahub
Other
2 stars 4 forks source link

Break after a finite number of records #61

Closed netsensei closed 6 years ago

netsensei commented 6 years ago

The Datahub::Factory::Transport should have a -n switch which allows the user to set the number of records to process before breaking. This would be useful for testing / development purposes.

For instance: dhconveyor transport -p ~/pipeline.ini -v -n 10 would break after the first 10 records have been processed.