tooksoi / ScraXBRL

SEC Edgar Scraper and XBRL Parser/Renderer
MIT License
285 stars 87 forks source link

Formatting issue #3

Open jibanes opened 7 years ago

jibanes commented 7 years ago

Affects namely AAN's 10-Q 2014-06-30; as such:

aan.traverse_tree('ProgressiveAcquisitionIntangibleAssetsAcquiredDetails')
   IndefiniteLivedIntangibleAssetsAcquiredAsPartOfBusinessCombinationTable
      IndefiniteLivedIntangibleAssetsByMajorClassAxis
         IndefiniteLivedIntangibleAssetsMajorClassNameDomain
      AcquiredIndefiniteLivedIntangibleAssetsLineItems
         IndefinitelivedIntangibleAssetsAcquired
                (u'2014-04-13', u'2014-04-14')
                53000000.0
   FiniteLivedIntangibleAssetsAcquiredAsPartOfBusinessCombinationTable
         BusinessAcquisitionAcquireeDomain
            ProgressiveFinanceHoldingsLLCMember
                2014-04-14              (u'2015-01-01', u'2015-01-31')          (u'2014-07-01', u'2014-07-31')          (u'2014-04-15', u'2014-06-30')              (u'2014-04-13', u'2014-04-14')          (u'2014-01-01', u'2014-06-30')          (u'2013-01-01', u'2013-06-30')
                138198000.0             3600000.0               22300000.0              323000.0                333000000.0             2300000.0  1325928000.0
      FiniteLivedIntangibleAssetsByMajorClassAxis
         FiniteLivedIntangibleAssetsMajorClassNameDomain
      AcquiredFiniteLivedIntangibleAssetsLineItems
         FinitelivedIntangibleAssetsAcquired1
                (u'2014-04-13', u'2014-04-14')
                14000000.0
         IntangibleAssetsAcquired
                (u'2014-04-13', u'2014-04-14')
                333000000.0
         AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife
                (u'2014-04-13', u'2014-04-14')
                P9Y

Notice how BusinessAcquisitionAcquireeDomain is idented with 6 spaces while 3 should be used.

krishna111 commented 5 years ago

how did you resolved this?

jibanes commented 5 years ago

Did not, wrote my own ScraXBRL.

krishna111 commented 5 years ago

thanks for your reply ...there are little chages while running this on python 3. i have removed .ecode('utf-8'), b things got removed yeah but still litle formating issue is there. one more this project is not scrapping to 10-q file not loading data into Tree, tree is forming.. how did you wrote? Can i get git or any reference of it reply is much appriciated thanks for your all help

jibanes commented 5 years ago

I'm not certain I have kept the source, I wrote it in kdb+

On Tue, Jul 23, 2019 at 4:36 AM krishna111 notifications@github.com wrote:

thanks for your reply ...there are little chages while running this on python 3. i have removed .ecode('utf-8'), b things got removed yeah but still litle formating issue is there. one more this project is not scrapping to 10-q file not loading data into Tree, tree is forming.. how did you wrote? Can i get git or any reference of it reply is much appriciated thanks for your all help

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.