I have a schema that works fine if I use the Mockaroo UI and download to CSV, JSON, whatever. But when I call the Schema using REST API, any fields using from_dataset() return an error string of "error: Could not access blank value: Use || to provide a default value for blank fields. Example: (my_field || 0) + 1" All the other fields defined in the Schema are returned correctly in the JSON response. Any ideas?
↧