generatedata icon indicating copy to clipboard operation
generatedata copied to clipboard

feature request: Scheduled output

Open MvErven opened this issue 6 years ago • 2 comments

Would it be possible to "schedule" a dataset? Like every day I would like to have an "test-invoice" file. (Financial system)

MvErven avatar May 10 '19 09:05 MvErven

Interesting! But I think this is kind of beyond the functionality of what should be built into the system. Instead, I'd maybe look at the API: https://benkeen.github.io/generatedata/api.html - that lets you programmatically generate data sets. Basically the same functionality as what you get through the website, only through code instead. I'd use that feature to generate the dataset on a particular schedule.

benkeen avatar Jun 26 '19 03:06 benkeen

Thank you for the reply.

I think I can find out the datatypes I must use. Only error I get is: Unexpected token: (line8) Which is at line "NumRows":10,

`

`

MvErven avatar Jun 26 '19 07:06 MvErven