aaronpk
aaronpk
I finally imported my amazon purchase history into my own database so I can search for past purchases by amount, which it turns out is a key component to how I do my accounting. Previously I was searching my email for amounts then clicking thru to see the order details because amazon s... aaronparecki.com
|
Embed
jonmolina
jonmolina

@aaronpk Wow what an awesome idea, I would love to do that. Do you mind if I ask how you accomplished that?

|
Embed
aaronpk
aaronpk

@jonmolina It's a hacky bit of code but it works. Amazon provides a CSV export of your orders, so I created a database that matches the columns in the CSV, then wrote an old-school HTML form to search a couple columns.

|
Embed
In reply to
jonmolina
jonmolina

@aaronpk haha wonderful. Hacky but simple and it works. Thanks!

|
Embed