CSV Read Columns

Dear All

I read a few times the page csvRead - Daten-driven Testing but my problem like in this short example , the script don’t cut my Csv Files in [${!COL1}],[${!COL2}], etc but input in the box all the fields of the line FR13;1701000257;SOPEMA;Exonertion_TVA instead of only FR13 for ${!COL1}

have you an idea
Regards
Alain

{
“Name”: “sap txt”,
“CreationDate”: “2024-3-26”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “IU_Export_Text.csv”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “id=APjFqb”,
“Value”: “”,
“Targets”: [
“id=APjFqb”,
“name=q”,
“xpath=//*[@id="APjFqb"]”,
“xpath=//textarea[@id=‘APjFqb’]”,
“xpath=//textarea”,
“css=#APjFqb”
],
“Description”: “”
},
{
“Command”: “type”,
“Target”: “id=APjFqb”,
“Value”: “${!COL1}”,
“Description”: “”
}
]
}