How to extract data from Wave Apps since their export functions really suck.
- Go to Settings -> Data Export -> Export all receipts as a ZIP file
- Download and extract the zip sent by email
- Remove the receipts from other years
- Run
for file in *.png; do convert ${file} ${file%.*}.pdf; doneto convert allpngtopdf - Run
rm *.pngto delete allpng