Results
The csv file in attId 1 is:"col01","col02","col03" 1,"a",10 2,"b",20 3,"c",30 4,"d",40 5,"e",50
1.1. Results Test 1a
{R(attId)} print(file_type); print(data_file); print(data); {R}
Plugin disabled
Plugin r cannot be executed.
1.2. Results Test 1b
{R(attId,type=text/csv)} print(file_type); print(data_file); print(data); {R}
Plugin disabled
Plugin r cannot be executed.
1.3. Results Test 1c
{R(attId=1,type=text/csv)} print(file_type); print(data_file); print(data); {R}
Plugin disabled
Plugin r cannot be executed.
1.4. Results Test 1d
{R(attId=1)} print(file_type); print(data_file); print(data); {R}
Plugin disabled
Plugin r cannot be executed.