on 2020 Oct 05 3:44 AM
Hi,
I have an arraylist that exports the name and id. Below code exports the Name and ID of a product.
attrList.add(ClassAttributeAssignmentModel.ATTRIBUTEVALUES + "(name[lang=en])[collection-delimiter=|]" + getShimanoExportService().setColumnName("Name"));
attrList.add(ClassAttributeAssignmentModel.ATTRIBUTEVALUES + "(code)[collection-delimiter=|]" + getShimanoExportService().setColumnName("ID"));
I wanted to create a new column (Output) that combines the two attribute (name and id) and export them into one column. Eg.
Name: Dog
ID: 1234
Output: Dog [1234]
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.