Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Generating lists of simple type

$
0
0

Thank you. I am getting closer. But using the formula above, I end up getting strings as latitude and longitude, rather than numbers. How to change this?

This is what I get:

"location": [
"23.9",
"54.88333"
]

This is what I need:

"location": [
23.9,
54.88333
]


Viewing all articles
Browse latest Browse all 2665

Trending Articles