Dataset lookup error: undefined method `lists' for nil:NilClass"
Thanks for the reply.I was indeed signed in, but signed out and back in for good measure.Unfortunately, no change, same error.
View ArticleReturn blank PostCode when address is blank
Sorry if this is covered elsewhere but my searching has failed to uncover the answer... I want my data to have blanks within the Address field, but when this is blank I would like to also receive a...
View ArticleReturn blank PostCode when address is blank
That's returning a blank string. To return a null use: if address.nil? then nil else this end
View ArticleDataset lookup error: undefined method `lists' for nil:NilClass"
Anything else i should try?
View ArticleConcat function fails for inexplicable reason
Hello all, While applying concat function to a bunch of hidden fields, parsing the last field throws an error. I cannot figure out why! The schema is here. Field play1 is a concatenation of a bunch of...
View ArticleRemoving quotes from custom field output
I am creating schemas that I am in turn using to insert data into sql. One of the fields in the sql table is varbinary. I am currently using a custom field with the value I took from another row in...
View ArticleRemoving quotes from custom field output
Actually, I figured out that I could do this via SQL Expression instead of custom and it worked for me.
View ArticleWhat is the correct way to use logical operators in a formula?
For the life of me, I can't figure out what's the mistake I am making. Here's the schema (link). The mischievous field is play1isCorrect_ (the last one). It has a simple logical condition as a...
View ArticleWhat is the correct way to use logical operators in a formula?
By putting single quotes around the values, thus: if (field("play1_q") == '1' and field("play1_a") == '2') then true else false end it was resolved. I know you are laughing up your sleeves. I know...
View ArticleCan Mockaroo import JSON schema files?
While building schemas by hand in Mockaroo using the JSON schema files I already have, it occurred to me to wonder: can Mockaroo just import the JSON? Thanks.
View ArticlePersisting Data
Right, I don't know if I'm not using the site correctly however after I sue the download button the site clears out t he work tat i've just created.Is this only me or is there a step that I'm missing.
View ArticleCreate data for Elasticsearch bulk
Hi everybody. I would like to create data for the Elasticsearch bulk API.The problem is that two lines are requested in the bulk file for one entry in ES database: The command line (index in my...
View ArticleCreate data for Elasticsearch bulk
Not exactly, the closest you could get would be this: http://mockaroo.com/d25fd0c0 It would require some post-processing to split the "value" object and "index" object into separate rows.
View ArticleCan Mockaroo import JSON schema files?
Sorry for the delay. Been super busy. No it can't. It can import the header from a CSV, but not JSON. That wouldn't be to hard of a feature to implement, though. I'll put it on my roadmap.
View ArticleCan Mockaroo import JSON schema files?
The JSON Schema definition is kind of fiddly. I applaud your willingness to give it a go.
View ArticleCreate data for Elasticsearch bulk
OK, thanks for your answer. But I was wrong: for Elasticsearch bulk, you have to write the command line only one time. So it is not a problem for me anymore. I'll add this line manually. Thanks again
View ArticleCreating mock-up web server logs
I am trying to create synthetic data for a class project that is requiring us to track and analyze web traffic to an imaginary online retailer. I have decided to do this by creating a psuedo Apache...
View ArticleAdding Days to Date
I am pretty new to generating data. I am trying to get a formula to add days to another date field in the schema. I am getting the following error: error: Could not access blank value: Use || to...
View ArticleCreating mock-up web server logs
.- You can use custom data list for IP addresses instead of a fully random. .- Create a schema for your defined IPs and download the CSV. .- Upload the data set .- for your LOG Schema, use type "data...
View Article