Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

data_to_json changes #25

Open
jagthedrummer opened this issue Mar 5, 2016 · 3 comments
Open

data_to_json changes #25

jagthedrummer opened this issue Mar 5, 2016 · 3 comments

Comments

@jagthedrummer
Copy link
Member

@mascott would love to hear your thoughts on this idea.

In sandbox/data_to_json.rb we're asking people to identify things like 'account', 'fund', 'operating unit', etc...

I'm not sure that those terms will have any real inherent meaning to people. I'm wondering if we could do something like:

Please select the number corresponding top level of categorization:
Please select the number corresponding second level of categorization:
Please select the number corresponding third level of categorization:
Etc...

@mascott
Copy link

mascott commented Mar 7, 2016

Yeah, that's absolutely the goal! That particular script was thrown together quickly when I was still trying to get a grasp of the data.

I think it'd be great if the first question was "How many levels does your data contain?" and then spin through matching the header to the level.

We'll probably have graphs that need only a subset of the levels so determining which to use will be interesting.

@mascott
Copy link

mascott commented Jun 16, 2016

Well, that was the goal...

Now the goal is to strip it down and make it fit our data exactly so it's easy to run. We can adjust it to be more flexible in the future.

@jagthedrummer
Copy link
Member Author

We also need to move this script out of the sandbox and write some documentation around how to use it and where to place the source files, etc...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@jagthedrummer @mkchandler @mascott and others