Convert array of texts to array of integers

HI

I am reading all the files from a box location and I am converting to data subset see the code below 

This is the result I am getting 

  • "719553208593"(Text)
    • "719537092638"(Text)
      • "719536746095"(Text)
        • "715583371574"(Text)
          • "715583217578"(Text)

          I want to convert this array of strings to  to array of numbers. When i use tointeger it shows infinity value . 

          load(
            
            local!folderContents:rule!VS_boxReadAllFiles(),
            local!folderContentsDs:todatasubset(local!folderContents.result.entries),
            local!folderContentsDs.data.id 
          )
          

            Discussion posts and replies are publicly visible