Initial work on JSON transformer. Implemented as an implicit function of RDD[string]s which applies a partialfunction to each string using json4s' transform() function.
Unit tests do not currently compile -- example needs to be reworked.
Would it be better to use transformField instead of transform?
I dropped use of implicits since I couldn't get them working. The tests pass now. I suggest we add a transformField() method next and then try to get implicits working.
Initial work on JSON transformer. Implemented as an implicit function of RDD[string]s which applies a partialfunction to each string using json4s' transform() function.
Unit tests do not currently compile -- example needs to be reworked.
Would it be better to use transformField instead of transform?