Omkar Pathak

Results 42 comments of Omkar Pathak

@jthomas-dot while doing this in Python, you can use the `os.listdir()` method.

@aafaq-hassan-confiz yes. I'm constantly trying to improve the parsing. Address parsing will be available in next release. Thanks for the feedback :smile:

@aafaq-hassan-confiz soon 😄

@aafaq-hassan-confiz new version 1.0.6 is released. Please let me know if you get desired results

@aafaq-hassan-confiz I have now added custom regex parsing option. You can add the regex for phone numbers of you country and parser would parse them accordingly

@aafaq-hassan-confiz you can try a generic regex. The reason behind I incorporated custom regex was because I couldn't find a generic regex that would parse all the mobile numbers. You...

@mukulanand8 yes we can. We simply have to filter out those. You can do it by changing [this](https://github.com/OmkarPathak/pyresparser/blob/master/pyresparser/utils.py#L337)

@f1nality Yes I strongly recommend building queries on backend. Although data cannot be sniffed due to HTTPS, people can still see the database names and table names which opens the...

@f1nality No you didn't get me. See the below highlighted part in the image: ![untitled](https://user-images.githubusercontent.com/17998893/53565085-78cb0580-3b7e-11e9-9bf0-0efea38b913a.png) We can easily see what query is being passed. This shouldn't be the case

@roop0, can you please provide more details, like what is the filename?