this is not working problem in extract XML data method
it is scraping data perfectly file but when it calls XMLExtract to extract file, its not working and function self.build_ins().. for some file it goes beyond that function but again error at self.extract_all_pre(). after that it fails. controller wont go to next next function which is self.extract_all_calc()
Am facing the same issue. Did you ever manage to resolve this @krishna111 ?
Yess, this happening because it is develop in python 2.. you havento change it for python 3 only few line changes Use reverse function for date. In sortby date functioon..s.reverse()
Debug each and every line. Change list thing m.
On Fri, 23 Aug 2019, 12:14 pm UsernameTobiasIsNotAvailable, < [email protected]> wrote:
Am facing the same issue. Did you ever manage to resolve this @krishna111 https://github.com/krishna111 ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tooksoi/ScraXBRL/issues/8?email_source=notifications&email_token=ABW43Y6DCPTC3WBKKV6K2GLQF6BMBA5CNFSM4ICKZVJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD47JAMQ#issuecomment-524193842, or mute the thread https://github.com/notifications/unsubscribe-auth/ABW43Y5MUFLTCREFUAXMK3TQF6BMBANCNFSM4ICKZVJQ .
Thanks @krishna111 ! works now for me as well 👍