CampaignLab / data-pipeline

Scripts and schemas that aim to make data from the inventory easier to analyse
8 stars 8 forks source link

Generic .xlsx to .csv converter in Javascript #7

Closed morkeltry closed 6 years ago

morkeltry commented 6 years ago

It's got a function to tell you what the 9-figure GSS codes mean :)

isGssCode ('‎E09000002') -> true startsWithGssCode ('‎E09000002 Barking Total') -> true whatIs ('‎E09000002') -> "London Borough"

If anyone wants me to add, eg, population size, it would be very easy - let me know...

morkeltry commented 6 years ago

Done. Check the js-xlsx branch