CSV Variable to Indexed Variables
A document template can contain a group of variables which share the same name. As the document enters the rendering process, the first variable contains a text in the CSV format, the other ones - ending with an index number - are empty. The rendering server calls this Document Action library CsvSplit() code. The code reads the CSV fields one by one and populates the indexed variables accordingly. The reason why we need such a Document Action is that the number of variables, the rendering server can handle, is limited.
Release Notes
Version 1.0
18/08/2026
- Initial release. The library contains the CsvSplit() method.