oddjob icon indicating copy to clipboard operation
oddjob copied to clipboard

Added MultipleValueJSONOutputFormat

Open aghadiry opened this issue 12 years ago • 1 comments

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.

aghadiry avatar Sep 04 '12 21:09 aghadiry

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.

jblomo avatar Sep 12 '12 03:09 jblomo