1. Got barcode reader and scanned some barcodes from books
2. Looked up these from online API
3. Wrote result in ISBN;Name;Year to output
4. Tried to copy result to Google Sheets
5. No import from custom CSV? (Excel has very good tooling)
6. Actually to split I had to use =SPLIT() and then copy paste results in weird way to actually be able to use first column...
Is this really better? Or good enough...
1. Got barcode reader and scanned some barcodes from books
2. Looked up these from online API
3. Wrote result in ISBN;Name;Year to output
4. Tried to copy result to Google Sheets
5. No import from custom CSV? (Excel has very good tooling)
6. Actually to split I had to use =SPLIT() and then copy paste results in weird way to actually be able to use first column...
Is this really better? Or good enough...