Skip to main content
Alumio Documentation home page
Search...
⌘K
Support
Search...
Navigation
Cast: Integer
Documentation
Alumio Website
Alumio Forum
Getting started
Introduction
Connections
HTTP (API)
Databases
SOAP clients
Email servers
Filesystems
Data Transformation
List transformers
Transformers
Accessors
Mappers
Conditions
Filters
Serializers
Deserializers
On this page
Fields
Sample data
Cast: Integer
Copy page
The Cast: Integer mapper converts a value into an integer (1, 2, 3, 10, 25, etc)
Copy page
Cast: Integer
The Cast: Integer mapper converts a value into an integer (1, 2, 3, 10, 25, etc)
Fields
N/A
Sample data
Input
Output
“10”
10
“250”
250
10.55
10
”abc”
0
⌘I