Documentation

sampledata.string() function

sampledata.string() returns a sample data set with string values.

Function type signature
(?includeNull: bool) => stream[A] where A: Record

For more information, see Function type signatures.

Parameters

includeNull

Include null values in the returned dataset. Default is false.

Examples

Output basic sample data with string values

import "sampledata"

sampledata.string()

View example output


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more