Using Bulk Editor on 6.5 to query commerce | Community
Skip to main content
james-mke
Level 3
October 5, 2020
Solved

Using Bulk Editor on 6.5 to query commerce

  • October 5, 2020
  • 1 reply
  • 965 views

I have tried using the Query Parameter "sling:resourceType":'commerce/components/product' but was unable to get any results with that simple evaluation. Has anyone created or used a similar query parameter to only evaluate if a file is a primary object within commerce?

I can run a report with no query parameters and get a significant amount of data that shows every jcr attribute.

 

My Root path is like: /var/commerce/products/brand/en_us

 

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @james-mke,

Starting AEM 6.4, Bulk editor is marked as deprecated per below link

If you are looking to get/export the data and not going to edit/import content, you can try to use "Reports" from ACS commons where you have option to input XPATH or JCR-SQL2 query with dynamic inputs and options to configure desired columns in the report. (Exported in CSV format)

Screenshot for reference: (Have hardcoded the query directly. Can make use of "Search Parameters" section)

 

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
October 5, 2020

Hi @james-mke,

Starting AEM 6.4, Bulk editor is marked as deprecated per below link

If you are looking to get/export the data and not going to edit/import content, you can try to use "Reports" from ACS commons where you have option to input XPATH or JCR-SQL2 query with dynamic inputs and options to configure desired columns in the report. (Exported in CSV format)

Screenshot for reference: (Have hardcoded the query directly. Can make use of "Search Parameters" section)