Quickly generate a set of mock data (name, address, email, credit card number, etc.).
Faker is a Dify plugin that generates fake data using the Faker library. It supports multiple data formats, including text, JSON, and CSV, and allows users to specify data types and locales.
en_US
).The plugin can be integrated with Dify and used with the following parameters:
Parameter | Type | Default | Description |
---|---|---|---|
locale | string | en_US | Locale for fake data generation (e.g., zh_CN , fr_FR ). |
type | string | name | Type of data to generate (name , address , phone_number , email , credit_card_number ). |
count | int | 1 | Number of fake records to generate (max: 1000 ). |
The following data types are currently supported:
For an extensive list of available Faker methods, check the official Faker documentation.
This project is licensed under the MIT License.