benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.21k stars 610 forks source link

Add custom generation option for all Export Types #725

Open benkeen opened 2 years ago

benkeen commented 2 years ago

In the previous version, the HTML and XML Export Types had the option to define custom XML/HTML structure. This was a nice feature, but I dropped it for v4 due to the complexity - plus I wasn't sure how often if was used. So given the timeline I removed it.

This is to add it back! But this time add it for all (pertinent) Data Types. The JSON Export Type used to include a rather novel option where you could enter a field name like "one.two" and when JSON was entered, it would create an object like one: { two: { ... } }. It's be much cleaner to solve custom generation options like this in the same way.