Encoding
The Encoding package provides comprehensive data encoding, decoding, and format conversion capabilities for RPA automation workflows. This package enables seamless transformation between different data formats including Base64, JSON, URL encoding, and XML.
Overview
The Encoding package is essential for working with various data formats in automation scenarios. Whether you need to encode credentials for API authentication, parse JSON responses, convert XML to JSON, or handle URL parameters, this package provides the necessary tools.
Key Features
- Base64 Operations: Encode and decode data in Base64 format for secure transmission and storage
- JSON Processing: Convert between JSON objects and strings for API integration and data manipulation
- URL Encoding: Properly encode and decode URL parameters for web automation
- XML to JSON Conversion: Transform XML data into JSON format for easier processing
Use Cases
- Encoding authentication credentials for API requests
- Processing JSON responses from web services
- Converting XML data from legacy systems to JSON
- Handling URL parameters in web automation
- Encoding binary data for storage in text-based systems
- Decoding Base64-encoded attachments or files
Available Nodes
📄️ Base64 Decode
Robomotion.Encoding.Base64Decode
📄️ Base64 Encode
Robomotion.Encoding.Base64Encode
📄️ Json Decode
Robomotion.Encoding.JsonDecode
📄️ Json Encode
Robomotion.Encoding.JsonEncode