Class ModuloCSVLineToString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.ModuloCSVLineToString
All Implemented Interfaces:
LongFunction<String>

public class ModuloCSVLineToString extends Object implements LongFunction<String>
Select a value from a CSV file line by modulo division against the number of lines in the file. The second parameter is the field name, and this must be provided in the CSV header line as written.