[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTO_INT_ARRAY\u003c/code\u003e function converts a JSON array into an integer array.\u003c/p\u003e\n"],["\u003cp\u003eThe function does not require any input parameters and returns an integer array.\u003c/p\u003e\n"],["\u003cp\u003eThe supported data type for the \u003ccode\u003eTO_INT_ARRAY\u003c/code\u003e function is JSON.\u003c/p\u003e\n"],["\u003cp\u003eAn example of converting a JSON array \u003ccode\u003e[3, 8, 9]\u003c/code\u003e to an integer array is shown, outputting \u003ccode\u003e{3, 8, 9}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# TO_INT_ARRAY function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nTO_INT_ARRAY function\n=====================\n\n`TO_INT_ARRAY` function\n-----------------------\n\nSupported data type\n-------------------\n\n\nThe `TO_INT_ARRAY` function supports the following data type:\n\n- JSON\n\nExample: Convert JSON array to an integer array\n-----------------------------------------------\n\n\n**Sample data** : `$var1$ = [3, 8, 9]`\n\n\n**Usage** : `$var1$.TO_INT_ARRAY()`\nConvert var1 to an integer array.\n\n\n**Output** : `{3, 8, 9}`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]