Hi Experts,
i am trying to write a small utility to get the object_id from a given set of custom attribute (multivalued) in csv format.
cvs file as -
AGR-0080,REP-17952
AGR-0087,PDL-3750
AGR-0086,PDL-4142
the csv file have more than 2 lakh entries thats results in slow performance with my current approach i.e. take first row get object_id and store it a java collection.
i tried to use the DQL helper from the link -
but apparently it does not work for multivalue attribute.
kindly provide any pointer.
Thanks in advance!!