Summary
A normal QR scanner will just copypasta information into a text file. We should handle that in the batch uploader introduced in #78 by adding a "text" mode for the data input type (vs. the implicitly expected JSON mode).
The idea here is to create a JSON array of scanned data (JSON objects) and then process the data in CSV or upload mode as normal
Work Required
Summary
A normal QR scanner will just copypasta information into a text file. We should handle that in the batch uploader introduced in #78 by adding a "text" mode for the data input type (vs. the implicitly expected JSON mode).
The idea here is to create a JSON array of scanned data (JSON objects) and then process the data in CSV or upload mode as normal
Work Required