Closed mreschke closed 5 years ago
How can I reference the title of the current iteration to slugify it with faker.helpers.slugify. I would expect something like so
title
entity: Post items: post{1..10}: title: '{{lorem.words}}' slug: '{{helpers.slugify(@title)}}' body: '{{lorem.paragraphs}}'
https://github.com/RobinCK/typeorm-fixtures#load-processor
Powerful, thanks!
How can I reference the
title
of the current iteration to slugify it with faker.helpers.slugify. I would expect something like so