Present most of the forge components fails when converting (Non-ASCII characters) between different data formats, including binary, text, and base64. It supports not only regular text but also Non-ASCII characters (such as emojis, special symbols, etc.), addressing a common limitation in other components. The current implementation includes the following actions:
BinaryToText: Converts binary data into human-readable text, supporting Non-ASCII characters.
TextToBinary: Converts human-readable text into binary format.
BinaryToBase64: Converts binary data into Base64-encoded text.
Base64ToBinary: Converts Base64-encoded text back into binary data.
TextToBase64: Converts text to a Base64-encoded string.
Base64ToText: Converts Base64-encoded string back into human-readable text.
Works with both ASCII and Non-ASCII characters (including emojis and special symbols).
Provides easy-to-use actions for converting between different data types: binary, text, and Base64.
Built-in support for client-side execution in OutSystems.
Simplifies the conversion process for text, binary, and Base64 data, making it ideal for applications that require data encoding and decoding.
Ensures that data containing emojis or other special characters is handled correctly, unlike other existing Forge components that may fail in such cases.
This component provides multiple reusable client-side functions for common tasks, improving performance and user experience in OutSystems.
Present converting between different data formats, including binary, text, and base64. It supports not only regular text but also Non-ASCII characters (such as emojis, special symbols, etc.), addressing a common limitation in other components. The current implementation includes the following actions:
Additional functions will be added over time, expanding the component's functionality.