You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add a mode switch for text vs. json input
Create JSON array from text data
Pipe each input mode into the output modes
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: