Converting String to Bigint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2018 11:28 AM
Good day SnapLogic Community
Is there a function that accepts a string and converts it to a BigInt? An equivalent SQL statement is below,
CAST(DRIVERPERMIT AS BIGINT) = 0
Thank you very much in advance,
Andre
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 08:13 AM
The parseInt() function in the expression language might be what you’re looking for.
