# -----------------------------------------------------------------------
# [y] hybris Platform
#
# Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
#
# This software is the confidential and proprietary information of SAP
# ("Confidential Information"). You shall not disclose such Confidential
# Information and shall use it only in accordance with the terms of the
# license agreement you entered into with SAP.
# -----------------------------------------------------------------------
# ImpEx for Importing Categories
# Macros / Replacement Parameter definitions
$productCatalog=__PRODUCT_CATALOG_NAME__
$productCatalogName=__PRODUCT_CATALOG_FULL_NAME__
for example path of this is:
hybris/bin/custom/myStore/myStoreinitialdata/resources/myStoreinitialdata/import/sampledata/productCatalogs/catalogName/categories_en.impex
but i want to make
$productCatalog=__PRODUCT_CATALOG_NAME__
to
$productCatalog=__myStore_PRODUCT_CATALOG_NAME__
There are lots of impexes under initialdata. So, i need something inside code.
Where is the place to do this, buildcallbacks?