> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/using-building-blocks/number-operations/example-standardize-different-formats.md).

# Example: Standardize different formats

Imagine your TaskBots saves number of followers to your table. However, the platform of your choice displays the number of followers in a format like "7k" (which stands for 7000). And this can lead to problems if, for example, you want to use that number for numeric comparisons to qualify only those leads that have a certain amount of followers.

To solve this problem, follow the steps below.

* **Step 1**: Use [Format Data](/using-zerowork/using-building-blocks/format-data.md) with action [Remove Words](/using-zerowork/using-building-blocks/format-data/remove-words.md) to remove "k".

<figure><img src="/files/Jpo9vJaeDOQM7SoR3RrA" alt=""><figcaption></figcaption></figure>

* **Step 2**: Use *Number Operations* building block with action *Multiply* to multiply by 1000.

<figure><img src="/files/adDXOAVzfCCazny3EgFe" alt=""><figcaption></figcaption></figure>

### Video Tutorial

{% embed url="<https://youtu.be/iqsvzCPrZT0?si=6xo72Q11lWz0ts7m>" %}
