Uses of Interface
org.instancio.generator.specs.CsvSpec
Packages that use CsvSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of CsvSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return CsvSpecModifier and TypeMethodDescriptionSpecifies the column name and the generator for producing the values.CsvSpec.column(String name, GeneratorSpec<?> generatorSpec) Specifies the column name and the generator spec for producing the values.Specifies the delimiter used to separate values.CsvSpec.lineSeparator(String lineSeparator) Specifies the line separator.CsvSpec.noHeader()Omit CSV header from the output.CsvSpec.rows(int rows) Number of rows to generate.CsvSpec.rows(int minRows, int maxRows) A range for the number of rows to generate.A condition that must be satisfied to wrap a value.A string to wrap the values with, for example quotes. -
Uses of CsvSpec in org.instancio.generators
Methods in org.instancio.generators that return CsvSpec