Long ago, I had to download data from ADP. Now, it's a different provider. Both had/have the same problem: no obvious way to export data to csv/ofx or anything other than pdf.
PDFs are a mess with automation. I use pdftotext, followed by a simple python parser/importer to get payroll data into Beancount. These days, I use Tabula <https://tabula.technology/> based on a recommendation by Martin. <https://groups.google.com/forum/#!searchin/beancount/tabula%7Csort:date/beancount/a4jwlJU_MfU/-x88NFs1eSAJ> The cool thing is, templates for pdfs can be saved and scripted. Now, things "just work" in automation 80% of the time once I go through the pain of downloading each paycheck separately. I know you were looking for an ADP specific solution, but I thought I'd share my experience that it's not too much effort to cook up your own importer if you're unable to find an existing solution. Good luck! On Thursday, October 22, 2020 at 12:28:07 PM UTC-7, soubra wrote: > > Hi everyone, > > I tried posting this question on reddit > <https://www.reddit.com/r/plaintextaccounting/>but I'm rarely successful > getting any responses. > > Anyone here has had any luck importing ADP info into Beancount? > > I am trying to get a breakdown of my corporate salary, and current firm > uses ADP. > > Any help is appreciated. > > Thank you, > > soubra > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/5d642860-3f1e-4723-b5b6-cd4c3af7838co%40googlegroups.com.