cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How validate attributes the Row by row in Excel Import by using Hybris v1808

Former Member
0 Likes
227

Hi Experts ,

I have requirement Like i need to validate the attributes row by row .In OOTB they are validation column wise . EX: Key : Value Row 1: Article number, Approval Status, Content attributes Row 2: Article number, Approval Status, Content attributes Row 3: Article number, Approval Status, Content attributes

Please provide the solution .

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Likes

Hi Vijaya Bhaskar,

are you looking query something like this??

 select {a.code}.{p.code} from {product as p join ArticleApprovalStatus as a on {p.approvalstatus}={a.pk} }
 where
 {p.code}='TEST123/1'