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

Added MultipleValueJSONOutputFormat #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added MultipleValueJSONOutputFormat #4

wants to merge 2 commits into from

Conversation

aghadiry
Copy link

@aghadiry aghadiry commented Sep 4, 2012

I added MultipleValueJSONOutputFormat, because MultipleJSONOutputFormat would write the key to the file. MultipleValueOutputFormat would not work because the key was JSON and would get treated as a string, resulting in directories being quoted.

@jblomo
Copy link
Owner

jblomo commented Sep 12, 2012

Do you mind trying to write a test for this? The general idea is to setup some Text objects and run #generateFileNameForKeyValue and #getActualKey with the new class to make sure they return the correct Strings. lein test will run them.

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

Successfully merging this pull request may close these issues.

2 participants