- [Case Studies](https://www.mergado.com/category/case-studies)
- [eCommerce tips](https://www.mergado.com/category/ecommerce-tips)
- [Online Store Solutions and Platforms](https://www.mergado.com/category/online-store-solutions-and-platforms)
- [Mergado Pack](https://www.mergado.com/category/mergado-pack)
- [Mergado tips](https://www.mergado.com/category/mergado-tips)
- [Mergado News](https://www.mergado.com/category/mergado-news)
- [eCommerce News](https://www.mergado.com/category/ecommerce-news)
- [How to use Mergado](https://www.mergado.com/category/how-to-use-mergado)
- [Interviews with e‑commerce gurus](https://www.mergado.com/category/interviews-e-commerce-gurus)
- [Extensions](https://www.mergado.com/category/apps-bidding-image-marketing-and-more)
- [Expansion with Mergado](https://www.mergado.com/category/expansion-with-mergado)
- [Mergado Lifestyle](https://www.mergado.com/category/mergado-lifestyle)
 



 

 1. [  Home  ](https://www.mergado.com/)
2. [     Mergado Blog  ](https://www.mergado.com/blog)
3. [     How to use Mergado  ](https://www.mergado.com/category/how-to-use-mergado)
4. <a class="flex items-center gap-2 hover:underline" href="" itemid="" itemprop="item" itemscope="" itemtype="https://schema.org/Thing">    **Keep the values in the elements as needed with the Data File Import rule** </a>
 
  

 

#  **Keep the values in the elements as needed with the Data File Import rule** 

 

 

 [    ![](https://www.mergado.com/sites/default/files/perm/user-avatar/23021961102131189073595481259913287n.jpg)   Lukáš Horák  ](https://www.mergado.com/blog/lukas-horak) [How to use Mergado](https://www.mergado.com/category/how-to-use-mergado) 

8. 1. 2020

2 minutes read

 

 

 

 

 

  ![Keep the values in the elements as needed with the Data File Import rule](https://www.mergado.com/sites/default/files/field/image/import-d-s-eng.png)  

Our support helps daily set up [Mergado](https://www.mergado.com/get-started) for e‑shoppers and agencies that manage to advertise large clients. Some time ago, we received an interesting question on **how to keep the price in the wholesaler’s output feed**, even if it **changes** for the year as part of **setting up discounts** for individual retail customers.



 

 

 
                function tableOfContents() {
                  return {
                    headings_menu: [],
                    heading_active: '', // Added to track the active section
                    shouldBeSticky: false,

                    generateToC() {
                      const headings = document.querySelectorAll('.js-article-full-headings h2, .js-article-full-headings h3');
                      let headingMap = {};

                      headings.forEach((heading) => { // Use an arrow function to maintain `this` context
                        // Normalize heading text to remove diacritics, then replace non-alphanumeric characters with dashes
                        var normalizedText = heading.textContent.normalize("NFD").replace(/[\u0300-\u036f]/g, ""); // Remove diacritics
                        var id = heading.id ? heading.id : normalizedText.trim().toLowerCase()
                          .split(' ').join('-').replace(/[^a-z0-9\-]/ig, ''); // Updated regex to replace non-alphanumeric characters
                        headingMap[id] = headingMap[id] !== undefined ? ++headingMap[id] : 0;

                        // Use the updated `id` with diacritics removed for the heading id and the TOC
                        const finalId = headingMap[id] ? `${id}-${headingMap[id]}` : id;
                        this.headings_menu.push({
                          id: finalId,
                          title: heading.textContent,
                          level: heading.tagName.toLowerCase(), // Track heading level
                          active: false, // Initially set active to false
                        });
                        heading.id = finalId;
                      });
                    },

                    checkStickyNeeded() {
                      const ul = this.$el.querySelector('ul');
                      if (ul) {
                        this.shouldBeSticky = ul.scrollHeight < window.innerHeight;
                      }
                    },

                    setActiveHeading() {
                      // disabled not working with active state on click
                      // add @scroll.window="setActiveHeading()" to the parent div

                      // const headings = document.querySelectorAll('.js-article-full-headings h2');
                      // let activeHeading = '';
                      // let closestHeadingDistance = Infinity;

                      // headings.forEach((heading) => {
                      //   const rect = heading.getBoundingClientRect();
                      //   const offset = rect.top - window.innerHeight / 2; // Consider heading in the middle of the screen as active

                      //   if (offset < 0 && Math.abs(offset) < closestHeadingDistance) {
                      //     activeHeading = heading.id;
                      //     closestHeadingDistance = Math.abs(offset);
                      //   }
                      // });

                      // // Update the active state in headings_menu
                      // if (activeHeading !== this.heading_active) {
                      //   this.headings_menu = this.headings_menu.map(item => ({
                      //     ...item,
                      //     active: item.id === activeHeading,
                      //   }));
                      //   this.heading_active = activeHeading;

                      // }
                    },

                    setActiveItem(clickedId) {
                      this.headings_menu.forEach(item => {
                        item.active = (item.id === clickedId);
                      });
                      this.heading_active = clickedId; // Optionally update the heading_active property if used
                    },
                  };
                }
               1. <a :class="{ 'border-r-[3px] border-secondary': item.active, 'text-sm': item.level === 'h3' }" :href="'#' + item.id" class="inline-block text-balance hover:underline p-0.5 pr-3">  — </a>
  



 

Our support helps daily set up [Mergado](https://www.mergado.com/get-started) for e‑shoppers and agencies that manage to advertise large clients. Some time ago, we received an interesting question on **how to keep the price in the wholesaler’s output feed**, even if it **changes** for the year as part of **setting up discounts** for individual retail customers. Let’s show you how to preserve values in elements in Mergado as needed using the new [Data File Import](https://www.mergado.com/october-release) rule.

## Set discounts in such a way that the price does not change in the output feed

Wholesaler products have **fixed prices for the whole year**. But during the year, the **prices in the PRICE and PRICE\_VAT elements, and the input feed change** due to various discounts. The wholesaler doesn’t want to change the price at the output feed. The price has to **correspond to the fixed price**, which is set once a year. Setting the price this way, the wholesale partners don’t have to set identical prices in discounts and **other** **attributes** (e. g. availability and description) are going to be **updated according to the input feed**.

**Instructions for working with the Data File Import rule in Mergado**

1\. On the *Products* page, **download** products to **CSV**.

2\. Then, **edit** your CSV to have only the **first** (pairing) column and the **two** **price** columns (PRICE and PRICE\_VAT).

3\. **Add** the modified CSV file **to the new** Data File Import rule.

- This rule always updates prices according to the CSV file.
- If there is a reduced (or increased) price at the input, the rule fixes it to the value of the specified price.

4\. After a period of time you choose (in this case, in one year), you **create a new CSV** from the input data, and then update it in the rule.



 

 [  ![](https://www.mergado.com/sites/default/files/perm/paragraph-image/obr1-eng.png)  ](https://www.mergado.com/sites/default/files/perm/paragraph-image/obr1-eng.png) 

![](image/png;base64,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)

We dedicated the [whole article](https://www.mergado.com/csv-import-to-ease-your-work-with-mergado) to working with the Data File Import rule. It shows you what upload **conditions** must the CSV file meet and what pairing **modes** the Mergado rule has to offer.

This way of using the rule is suitable not only for all wholesalers and agencies that manage their advertising but generally for all Mergado users who need to **keep** **values** in a specific element that will change later. Do you have **questions** about setting up the rule? [Contact](https://mailto:mergado@mergado.com) us.

### **You could be also interested in:**



 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/ai_boost-1.jpg)  

### What should a proper client context look like for performance specialists?

 

 ](https://www.mergado.com/blog/master-prompt-eshopy-b2c) 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/uawc_cs_en.jpg)  

### How Feed Optimization Unlocked Meta Ads Performance without Increasing Ad Spend

 

 ](https://www.mergado.com/blog/feed-optimization-for-meta-ads) 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/how_to_sell_successfully_on_idealo.jpg)  

### How to Sell Successfully on idealo

 

 ](https://www.mergado.com/blog/successful-sale-on-idealo) 

 

 

 [    ![](https://www.mergado.com/sites/default/files/perm/user-avatar/23021961102131189073595481259913287n.jpg)  ](https://www.mergado.com/blog/lukas-horak)###  [ Lukáš Horák ](https://www.mergado.com/blog/lukas-horak) 

Lukáš takes care of most of the Czech and English communication in Mergado. Through blogs, e‑mail, and social networks, he regularly supplies readers with e‑commerce news and news and tips from Mergado. In his time off, he enjoys simple things like badminton, digging the hidden gems of the 80’s, and seafood served with red wine.

 

 

 

 

 

 

 

 

 

## What you *might be interested in next*

 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/shoptet-shopify-prevod-en.jpg)  

### How We Migrated an E‑Shop from Shoptet to Shopify with Mergado: A Complete Migration Without Data Loss

 

 ](https://www.mergado.com/blog/how-we-migrated-e-shop-shoptet-shopify-mergado-complete-migration-without-data-loss) 

 [    ![how to open large xml file article cover](https://www.mergado.com/sites/default/files/perm/image/mergado-nahledovky_na_blog-landscape-1200_x_628_px-5.png)  

### How to open large XML file

 

 ](https://www.mergado.com/blog/how-to-open-large-xml-file) 

 [    ![smart value insertion article](https://www.mergado.com/sites/default/files/perm/image/smart_insertion_value.png)  

### Introducing smart value insertion. It will speed up the creation of bulk rules

 

 ](https://www.mergado.com/blog/smart-value-insertion) 

 

 

 

## Don’t miss *anything*

 Sign up for our newsletter 

   

       

   By logging in, you agree that we will process your data by the [terms of personal data protection](https://www.mergado.com/cookies). 

  Thank you, you have successfully joined our subscriber's list. 

 

 

 
      function ml_webform_success_5807248() {
        var r = ml_jQuery || jQuery
        r('.ml-subscribe-form-5807248 .row-success').show(), r('.ml-subscribe-form-5807248 .row-form').hide()
      }