Consider the value inside variable data as “item, description”. There is a chance of splitting it into “item” in one column and “description” in another column. To resolve the issue JSON. stringify() the variable
let data = "item,description"
let dataStringified = JSON.stringify(data)