mccgr / abn_lookup

Code for creating tables containing the ABN's for companies registered with the Australian Business Register on the ABN lookup website (https://abr.business.gov.au/)
5 stars 3 forks source link

Create flat xml files using XSLT #7

Closed bdcallen closed 5 years ago

bdcallen commented 5 years ago

@iangow This issue is for making xsl files which can transform the nested xml in the original ABR files into flat files.

iangow commented 5 years ago

Feeds into #2. I guess some issues follow on from this (and some may be obsolete).

bdcallen commented 5 years ago

I have created three such files, one for each of the tables abn_lookup.abns, abn_lookup.trading_names, and abn_lookup.dgr, and have incorporated their use into a program transform_xml_files.R. I will commit these shortly