> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/process-ean128.md).

# Process EAN128

Decodes a EAN128 barcode.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Source** *\<unquoted string> -* The control or variable where the EAN 128 barcode is saved.
* **Group Separator Char** *\<numeric> -* The ASCII Value of the char separator of the Al values in EAN 128 barcodes.
* **Target** *\<unquoted string> -* The control or variable that saves the getted Al from EAN 128 barcode.
* **Al** *\<unquoted string> -* The Al property of the loaded EAN 128 barcode.

{% hint style="info" %}
The possible Al for the EAN128 Codes are:

* 00 - Serial Shipping Container Code 18 Digits (SSCC).
* 01 - Global Trade Item Number 14 Digits (GTIN).
* 02 - GTIN of trade items contained in a logistic unit 14 Digits (CONTENT).
* 10 - Batch or Lot Number 1-20 Alphanumeric (BATCH/LOT).
* 11 - Production Date (YYMMDD) 6 Digits (PROD DATE).
* 12 - Due Date (YYMMDD) 6 Digits (DUE DATE).
* 13 - Packing Date (YYMMDD) 6 Digits (PACK DATE).
* 15 - Best Before Date (YYMMDD) 6 Digits (BEST BEFORE or SELL BY).
* 17 - Expiration Date (YYMMDD) 6 Digits (USE BY or EXPIRY).
* 20 - Product Variant 2 Digits (VARIANT).
  {% endhint %}
