This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
JSON Generator
Blake edited this page Jun 19, 2017
·
28 revisions
[
'{{repeat(100, 100)}}',
{
sample_id: '{{index()}}',
study_id: '{{integer(0001, 0025)}}',
study_name: '{{random("Iowa Well Monitoring Study", "EPA Distribution Study", "MDH Storm Water Irrigation", "Storm Water UWM", "GLRI", "Iowa DNR Beach Study 2016", "Kewuanee County Study" )}}',
collab_sample_id: '{{integer(1000, 9000)}}',
orig_collab_samp_id: '{{integer(1000, 9000)}}',
collect_start_date: '{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-ddThh:mm:ssZ")}}',
collect_end_date: '{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-ddThh:mm:ssZ")}}',
samp_desc: '{{lorem(1, "sentences")}}',
samp_vol_filt:'{{floating(0, 5, 2)}}',
filter_type: '{{random("Combined GW & PF", "Button Air Sampler", "None (wastewater , manure or biosolid)", "Glass Wool", "None (sediment)", "Pre-filter", "Ultrafilter" )}}',
collect_start_time: '{{date(new Date(2012, 0, 1), new Date(), "H:m")}}',
collect_end_time: '{{date(new Date(2012, 0, 1), new Date(), "H:m")}}',
filt_bornon_date:'{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-d")}}',
study_site_name:'{{lorem(1, "words")}}',
study_site_id:'{{lorem(1, "words")}}',
sampler_name: '{{random("afirnstahl", "jpstokdyk", "sspencer")}}',
sample_notes: '{{lorem(1, "sentences")}}',
imr:'{{floating(0, 230, 1)}}',
fmr:'{{floating(1, 800, 1)}}',
units:'{{random("Gal", "L")}}',
sample_type: '{{random("Sample", "Matrix Recovery Control", "Performance Evaluation", "Quality Control","Equipment blank")}}',
init_vol:'{{integer(200, 650)}}',
tvs_units:'{{random("Gal", "L")}}',
tvs: '{{floating(0, 1005, 4)}}',
tvs_liters:'{{floating(600, 825, 4)}}',
matrix: '{{random("Water", "Wastewater", "Solid Manure", "Forage or sediment","Liquid Manure", "Air" )}}',
filter_flag: '{{bool()}}',
secondary_conc_flag: '{{bool()}}',
insert_date:'{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-ddThh:mm:ssZ")}}',
insert_user:'{{random("afirnstahl", "jpstokdyk", "sspencer", "legacy data upload")}}',
update_date:'{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-ddThh:mm:ssZ")}}',
update_user:'{{random("afirnstahl", "jpstokdyk", "sspencer")}}',
arrive_date:'{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-d")}}',
arrive_notes:'{{lorem(1, "sentences")}}',
elute_date:'{{date(new Date(2012, 0, 1), new Date(), "YYYY-MM-d")}}',
elute_notes:'{{lorem(1, "sentences")}}',
tech_init:'{{random("sks", "js", "AF")}}',
air_subsample_vol_ml:'{{floating(0, 1000, 2)}}',
vol_post_dilution_ul:'{{floating(0, 1000, 2)}}',
pump_rate: '{{floating(0, 1000, 2)}}'
}
]