Skip to content

Instantly share code, notes, and snippets.

[
{
"999999999999999999999999999999999999999999999999999999999999999999999999999999999": 1775482479004385
},
{
"AMQZRIYBDQXXQLGE9YKYQZLCXBIOPYJWBVCHRVMVQANDREZWMWAB9FTOAQHKQZFHWBTALAFHRKCJU9RDD": 699965
},
{
"PFJLBXKGGVBISVZMPNBFEZUUWMECHELWVZLLN9KOJ9KXGVPLBCFGNRPGNGAOOPSGVAZEMXQXHFHJDY9IM": 500039212494
},
@pinpong
pinpong / extract_app_income_google_merchant.py
Last active September 18, 2016 11:25 — forked from heinrichreimer/extract_app_income_google_merchant.py
This script helps you to calculate the total income from a Google merchants payment report CSV file.
#!/usr/bin/env python
import csv
import sys
import os.path
from decimal import Decimal
def endswith_case_insensitive(a, b):
a_lower = a.lower()