-
Notifications
You must be signed in to change notification settings - Fork 5
extract Ally operations data #23
Comments
I find an |
|
|
Yeah, quick check of the rest looks like the CSV data we do have lines up with the PDFs we have. But we appear to be missing CSV data for 14 months. 😞
|
PDF spot check shows that we do have activity in the later months (as expected). |
Alright, so ... I found a tool called TET and was able to extract PDF data to an XML format in https://github.com/gratipay/logs/commit/68745f8dce45da7e7c58f70e2f9f61fcd3b4ee43. I'm hoping to be able to script the extraction from there. Since we have some PDF/CSV overlap, we can use that to validate the script (target output is the CSV we apparently got directly from Ally). |
@kaguillera Do you remember if you hand-produced the |
Looks like it:
|
Scratch that. Directly from @kaguillera. ;-) |
Alright, so let's see if we can spare @kaguillera the trouble and script the conversion of the remainder of the files ... |
Next step is to take the |
Those were had done when we started on organising the finances |
at the time I don't that we considered using a script to do the extraction due to the fact that they were PDF files |
Not sure why those other months are missing though. I was under the assumption that I had completed all the conversions unless I did not commit and push all my data entries. Let me check |
I think we just didn't finish the conversion. We started trying to reconcile 2012-06 instead. |
Done at https://github.com/gratipay/logs/pull/11#issuecomment-209081676. |
Now to get dirty with some XML ... |
Looking at the TETML structure of these Ally statements, I am seeing "Activity" inside a |
Don't have it so you are right...
|
Conversion script for Ally TETML to CSV in https://github.com/gratipay/logs/pull/11/commits/441186611901ad7e5d7d9a3108dc951f0a054430. |
(Well, a start, anyway.) |
|
Here's the extraction script for those following along at home (without access to the logs repo). BeautifulSoup! :-) |
P.S. I'm hot on this because I need this data in order to file my taxes. 😩 |
Buh-lam. |
Ally operations CSVs cleaned up in https://github.com/gratipay/logs/pull/11/commits/53e14b7d73719e2bce1e643238fe99a91ee497db and extended in https://github.com/gratipay/logs/pull/11/commits/219f50449466beb7045929b67fdf2744f045c0cd. |
Bumping on escrow extraction because I don't need that for taxes. |
Afaict we only have PDFs and we should at least have that data in CSV.
The text was updated successfully, but these errors were encountered: