cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Converting String to Bigint

andre_mangatal
New Contributor

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

tstack
Former Employee

The parseInt() function in the expression language might be what youโ€™re looking for.