Warning, /office/skrooge/plugins/import/skrooge_import_pdf/free_mobile.extractor is written in an unsupported language. File is not indexed.

0001 #The payee extraction.
0002 #If the payee is not found, then the process is stopped with this extractor
0003 payee=REGEXPCAP:^(Free Mobile) – SAS
0004 
0005 #The date extraction.
0006 date=REGEXPCAP:Facture no .* du (.*)$
0007 
0008 #The date format
0009 dateformat=dd MMM yyyy
0010 
0011 #The number extraction
0012 number=REGEXPCAP:Facture no (.*) du
0013 
0014 #The comment extraction
0015 comment=REGEXPCAP:(^Consommations du .*$)
0016 
0017 #The mode extraction
0018 mode=SET:Prélèvement
0019 
0020 #The amount extraction
0021 amount=REGEXP:^Somme à payer TTC$|LINEOFFSET:-4|REGEXPCAP:^([^ ]*) .*$
0022 
0023 
0024 #For the regexp syntax, you can consult this page: http://qt-project.org/doc/qt-4.8/qregexp.html