Hello together,

I am fighting with creating a table from a CSV file. I found the "MyWay" doc by Mojca. But the doc is 10 years old and for example the command \defineseperatedlist gives me an error: unkown command. Is there a newer doc that I missed somewhere?

I have a CSV file with values seperated by tabs. What code should I use to let CTX read the values and print them in the document?

Let's say the values are

11 tab 12 tab 13
21 tab 22 tab 23
31 tab 32 tab 33

and the file is called values.csv


Greetings, Seba