CSV Plugin The plugin provides the ability to work with CSV files. Installation Example 1. build.gradle implementation(group: 'org.vividus', name: 'vividus-plugin-csv', version: '0.3.4') Table Transformers FROM_CSV FROM_CSV transformer generates table from the given CSV file. Parameter Description csvPath relative path to the CSV file Example 2. Usage example Examples: {transformer=FROM_CSV, csvPath=/story/example.csv}