soma-smart / Fakelake

Generate massive fake datasets for your datalake, fast. By SOMA
https://soma-smart.github.io/Fakelake/
MIT License
17 stars 1 forks source link

[Feature] String constant from external file #45

Closed bhagenbourger closed 4 months ago

bhagenbourger commented 4 months ago

This provider enables to load a list of strings from external data file. Each line of this external file is considered as a value. A value is randomly assigned for each line.
The parameter path contains the path to the file. If file doesn't exist, a error is raised.

- name: external_data
  provider: Constant.external
  path: path/to/data.txt
vianneybacoup commented 4 months ago

Nice feature, thanks :)