Created
October 7, 2015 01:27
-
-
Save greenlaw110/a7958cf9c601afe7e50c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@args com.helper.myObj.MyObject myObj SKU, Group ID, Locale, Channel ID, Item ID, Status, Message1 ID, Message1, Message2 ID, Message2, Message3 ID, Message3, Message4 ID, Message4, Message5 ID, Message5 | |
@for(com.helper.myObj.MyObject myObj : myObjects) { | |
@myObj.getSku(),@myObj.getGroupId(),@myObj.getLocale(), @myObj.getChannelId(), @myObj.getItemId(), @myObj.getOverallStatus(), @for(main.rythm.ErrorObject eo : myObj.getErrObj()).join(","){@eo.getErrId(),@eo.getErrMsg()} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment