short update:
i have used your extension:
https://community.wappler.io/t/runjs-1-3-2/
and that code:
const data = csv;
const jsonl = data.map(item => JSON.stringify(item)).join('\n');
console.log(jsonl);
return jsonl;
that works perfect for me.
Thanks!