Skip to content

Releases: hwchen/acs-explorer

v0.4.0

15 Aug 16:29

Choose a tag to compare

Fix formatting for 2016 descriptions:

  • for pretty, shift the indentation
  • for etl, remove Total at the beginning of all labels except for var 001.

Still no fix for etl config 2016 tables where labels lack hierarchy info.

v0.3.0

14 Aug 22:50

Choose a tag to compare

Fixes formatting for year 2016 onwards, since they changed the label format.

This works for both etl and normal descriptions.

HOWEVER, the year 2016 lost : which indicate if a label contains a deepest hierarchy. This was used to pull only the most granular vars from a table for etl. Since this info is lost for 2016 onwards (so far, as far as I can tell) then double check when using a config, since 2016 will return all rows for etl.

v0.2.0

14 Aug 21:35

Choose a tag to compare

  • Allow all vars in etl-config description, instead of filtering for only vars which have terminal hierarchy.
  • remove E after table id in etl-config. This is the breaking change that prompted the new version.
  • update rusqlite.

OSX binary is untested (may not work with sqlite on all machines?). Because of current build problems with sqlite, it uses the system sqlite and full text search may not work depending on the system version.

On linux, the sqlite is bundled and will work with full text search.