Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 968 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 968 Bytes

csv-to-qbo

Converts CSV exports from Paypal to a CSV format that QuickBooks Online understands.

Paypal Download

  1. In your Paypal account, browse to the History → Download History page.
  2. Select the "Comma Delimeted - Balance Affecting Payments" format and either download a time range or use the Last Download to Present option. Either way, you'll end up with a CSV file (probably called Download.csv).

Convert

  1. Run python paypal2qbo.py Download.csv (note that if you have multiple CSV files from Paypal you can add specify them all). The script will output a file named QuickBooksOutput.csv.

QuickBooks Online Upload

  1. In your Quickbooks Online account, go to the account you want to import transactions into.
  2. Click the arrow next to the "Update" button in the upper right and select "File Upload".
  3. Click the Browse button and find the QuickBooksOutput.csv file generated above.