Francesco Mantovani

Results 36 comments of Francesco Mantovani

I'm using Python 2 and at least it's firing up.

It would be great if we could also Export the Data Classification

... so please change: `zcat dumpfile.sql.gz | python mysqldump_to_csv.py` to: `zcat dumpfile.sql.gz | python mysqldump_to_csv.py > output.csv` Or if you want to be cool, add a progress bar to your...

@pandrey2003 , are you using linkedin-api under the hood? My goal is to simply retrieve the data in `CSV`/`XML `format. I just want to analyze the data. I want to...

It seems like your python files are searching for a "word". They don't target the field `certification` and then search there for a word. But is interesting, how many users...

I have no experience with Node.js maybe this is the chance to learn something new. Do you know if LinkedIn API let me dig into the Certification Section? I haven't...

oh, boy, I will definitely test it out and give you a feedback. Thank you

@TSalvin suggest a part of the code in the issue #145

...mmm... I see... unfortunately in order to use [textract ](https://pypi.python.org/pypi/textract)I need Ebooklib 0.15 otherwise 0.16 is incompatible: https://github.com/deanmalmgren/textract/issues/194 Yeah, this is not your problem, I understand... :( Thank you anyway