Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out titles with "and" into multiple positions #47

Closed
konklone opened this issue Dec 10, 2010 · 1 comment
Closed

Split out titles with "and" into multiple positions #47

konklone opened this issue Dec 10, 2010 · 1 comment

Comments

@konklone
Copy link
Contributor

This means:

  1. On the process of generating titles.csv, if a title has an "and" (with spaces around it), split it out into two titles and treat them separately, UNLESS it appears already in titles.csv (this would be because of manual intervention to assert that the use of "and" is part of one title).

  2. In the process of loading in the data to the staffer directory, if a position's original title has an "and", split it up and load in a position for each constituent title.

And one-time:

  1. Delete all titles from titles.csv that currently have an "and" in them, as otherwise they will be interpreted as correct.
@konklone
Copy link
Contributor Author

I am closing this without doing it, as it raises the complexity too much of all sides - the data parsing, the data maintenance, the data loading, and the website display - for it to be worthwhile.

I did discover that 500 or so lines in titles.csv were unneeded, so this helps.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant