TCP Driver Delimeter

Hi, I am trying to connect a scanner for QR codes, which is connected through TCP Driver to ignition server, however, the data I receive is like this for example

11033;Order2033;2021-10-14 10:15:25;ToolKit2000;105;Irene Rivas;FAIL

And I will like to delimit the data on different fields, so I can storage the information on a DB. However, I am having trouble trying to divide the data with the options for delimeter. Is always "null".