This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am Fruneau on github. | |
* I am florentbruneau (https://keybase.io/florentbruneau) on keybase. | |
* I have a public key whose fingerprint is CC5C E444 C011 35B6 A1B9 C879 4FBF F569 C186 0890 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import csv | |
import os | |
import re | |
import phpserialize | |
import xml.sax.saxutils | |
def split_export(source): | |
dest = source + '.d' |