getodk / central

ODK Central is a server that is easy to use, very fast, and stuffed with features that make data collection easier. Contribute and make the world a better place! ✨🗄✨
https://docs.getodk.org/central-intro/
Apache License 2.0
127 stars 155 forks source link

Perform CSV checks we do for Entity uploads for CSV form attachment uploads #696

Open lognaturel opened 3 months ago

lognaturel commented 3 months ago

Users sometimes upload badly-formatted CSVs as form attachments. In particular, they sometimes have rows with commas in values not escaped with quotes. Currently, they have to test their form to identify the issue. Central already performs some CSV validity checks for Entity uploads. Those would be valuable for form attachments as well.