8 Oct
2024
8 Oct
'24
8:10 p.m.
Am 08.10.24 um 19:16 schrieb Wolfgang Schuster:
You can change the separator when you create a custom splitter.
local csvsplitter = utilities.parsers.rfc4180splitter{ separator = ";" }
Thanks a lot. Just curious. I often wonder in pure ConTeXt when to use curly bracets and when square brackets In this lua code I would think we would need simple rounded ones. Like in your first example where you call the splitter without options: local csvsplitter = utilities.parsers.rfc4180splitter() I am sure that this is some lua convention, but, nevertheless, it puzzles me. Ciao! juh