Back to Utilities Integrations
Handler · Version 1

Sample Data Create Utilities

Download GitHub

About

Use the Sample Data Create handle to generate Users, Companies or other data enteries. This handler leverages the [Faker gem v1.9.1. Visit faker's git repo for a list of the method that are supported.

Notes

Only method that have a "basic" types as parameters are supported. ie String, numbers or booleans. As an example Faker::Date.between(2.days.ago, Date.today) would not be supported because it requires complex parameters.

Only the feature provided as of v1.9.1 of the Faker library are supported.

The "uniqueness" feature provided by the Faker library is not available for use.

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Field A Class name and method to generate a random output; ex Name.name. Visit stympy/faker on github (tag v1.9.1) for more examples. Name.name
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
output The data that was created.
Changelog

Sample Data Create V1 (2019-01-28)

  • Fixed bug with error handling and updated Readme.

Sample Data Create V1 (2019-01-14)

  • Updated Readme and Changelog to correct formats.

Sample Data Create V1 (2019-01-14)

  • Added if not defined for Faker gem and it's dependancies.

Sample Data Create V1 (2019-01-11)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top