You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for putting an issue in for this but was not sure where the best place was to ask this question. Is there a way to define a MultipleTextOutputFormat? Or do I need to do
And do some gen-class exercises to define my-class. I tried to just create the function and reference that from output-format but no luck as it wants a class.
I appreciate any help (and the library :))
The text was updated successfully, but these errors were encountered:
Sorry for putting an issue in for this but was not sure where the best place was to ask this question. Is there a way to define a MultipleTextOutputFormat? Or do I need to do
(defjob/defjob job
...
:output-format my-class
...
)
And do some gen-class exercises to define my-class. I tried to just create the function and reference that from output-format but no luck as it wants a class.
I appreciate any help (and the library :))
The text was updated successfully, but these errors were encountered: