Forum Discussion
AlexeyKryuchkov
Alumni
10 years agoHi,
I think that you’re looking for the Generate Values dialog which can generate strings in date/time or custom formats.
DavidNewberger
10 years agoNew Contributor
I'm looking for it to generate something like this:
{
"date": 1458564164, //local dateTime
"dateUTC": 1458582164 //UTC dateTime
}- AlexeyKryuchkov10 years ago
Alumni
Hi,
It doesn't look like there's a straightforward way to generate such an object using LoadComplete features - the Custom String generator doesn't provide means to store date/time for further conversion. So, it looks like the best solution will be to generate such objects outside of LoadComplete and store them in one of the supported formats (CSV, Excel or DB).