ssghait007/CSV Processor with Resume
Process CSV files with automatic resume capability from last failed record
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| csv-file | Path to the CSV file to process | yes | — |
| processing-script | Path to your Python processing script | yes | — |
| start-index | Index to start processing from (defaults to 0) | no | 0 |
| artifact-retention-days | Number of days to retain the checkpoint artifact | no | 1 |
Outputs
| name | description |
|---|---|
| last-processed | Index of the last successfully processed record |