convert_data
Convert data between JSON, base64, and hex formats to transform information for different applications and systems.
Instructions
Convert data in different formats.
Args:
data: data to convert
from_format: source format (json, base64, hex)
to_format: destination format (json, base64, hex)
Returns:
Converted data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| from_format | Yes | ||
| to_format | Yes |