Skip to content

Simple tool to check validity of CSV file for Decidim users import written in Rust

License

Notifications You must be signed in to change notification settings

Quentinchampenois/rcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCSV : Sanitize CSV import file for Decidim participants

Check for unexpected chars in CSV

Getting started

  1. Compile program
cargo build --release
  1. Execute program
target/release/rcsv your_file.csv

Notes

  • CSV file must be comma separated (,)
  • CSV must not contain header

About

Simple tool to check validity of CSV file for Decidim users import written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages