# GS1 EPC Decode

Decodes an encoded EPC value into its individual parts.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MS8NNvP_91eNqsuluyf%2F-MS8SVWvuLgptwyToMIg%2FTodos.PNG?alt=media\&token=6dfa10a9-09cb-4aa6-8ff0-19cc14c46c64)

### Parameters

* **Type** - The decoding type. The supported options are:
  * SGTIN-96
  * SGTIN-198<br>
* **Value** - The value to be decoded.<br>
* **Format** - The input format. The supported options are:&#x20;
  * *Auto* - Based on the provided value, Kalipso will attempt to determine the format, by checking if it starts with "*urn:epc:tag:sgtin-96" or "urn:epc:id:sgtin*" If not, that it will be parsed as Raw EPC.
  * *RAW EPC -* Decodes an hexadecimal string. Input can be for example: 30380C0E56EB1480009FE4F0
  * *EPC Tag URI* - Input can be for example: urn:epc:tag:sgtin-96:1.012345.67890.10478832
  * *EPC Pure Identity URI* - Input can be for example: urn:epc:id:sgtin:012345.67890.10478832<br>
* **Targets** - For SGTIN-96 and SGTIN-198 the results will be:
  * *Filter* - The filter element of the SGTIN. If the provided value is in "EPC Pure Identity URI" format, that there is no **Filter** value.
  * *Indicator* - The indicator component of the SGTIN.
  * *Company Prefix* - The company prefix component of the SGTIN.
  * *Item Reference* - The item reference component of the SGTIN.
  * *Serial Number* - The serial number component of the SGTIN

{% hint style="info" %}
This action is used to extract each of the components of an encoded EPC.
{% endhint %}
