Skip to content

Releases: mirrorfm/csv-contribution-action

Numeric ID validation

22 Mar 12:38

Choose a tag to compare

What's new

  • New input: validate-id-format — supports "numeric" format to reject non-digit IDs (e.g. 281782l), preventing bad data from entering the database
  • Added Semver GitHub Action
  • Updated README with semver usage

Full Changelog: 1.0.1...1.0.2

Perf improvement

03 Aug 23:07

Choose a tag to compare

  • Avoid sorting
  • Don't return the same duplicate twice

Validate or find duplicates in a CSV

02 Aug 20:44

Choose a tag to compare