Size: a a a

Regular Expressions

2020 December 15

Kt

Klin tyffo in Regular Expressions
😁😄😂
источник
2020 December 16

LN

Luffi D. Natsu in Regular Expressions
Ask|Read Value From Json Data

I want to read values of JSON data using Regex such as "name", "street", "lat" and "lon".
This is my pattern, but it's still not work..

https://regex101.com/r/MfvgEr/1
источник

LN

Luffi D. Natsu in Regular Expressions
источник

DE

Denis Efremov in Regular Expressions
Why don't you use direct access to properties?
источник

..

.. ... in Regular Expressions
Denis Efremov
Why don't you use direct access to properties?
😂
источник

LN

Luffi D. Natsu in Regular Expressions
because I was only given raw data like that, for clarity it's in the stack overflow.

https://stackoverflow.com/questions/65314159/parse-json-using-regex-in-google-sheet
источник

DE

Denis Efremov in Regular Expressions
Like what?
источник

LN

Luffi D. Natsu in Regular Expressions
raw json data
источник

DE

Denis Efremov in Regular Expressions
Luffi D. Natsu
raw json data
WHere do you have it?
источник

LN

Luffi D. Natsu in Regular Expressions
engineer.., they not able to share token key to access it, so i was only given json data as raw..
источник

..

.. ... in Regular Expressions
By the way  (keyowrd|keyword):([\s\d\w]+) . But prefferable try to work with json data and get props
источник

DE

Denis Efremov in Regular Expressions
Luffi D. Natsu
engineer.., they not able to share token key to access it, so i was only given json data as raw..
What do you mean you should have more?
источник

DE

Denis Efremov in Regular Expressions
Except raw json data
источник

LN

Luffi D. Natsu in Regular Expressions
row data




"uuid": "1", 
"result": [ 

"place_info": { 
"name":"place 1", 
"street":"road 1" 
}, 
"location": { 
"lat":"1", 
"lon":"0" 
}, 
"city":"jkt", 
"country":"id" 
}, 

"place_info": { 
"name":"place 2", 
"street":"road 2" 
}, 
"location": { 
"lat":"1", 
"lon":"0" 
}, 
"city":"jkt", 
"country":"id" 
}, 

"place_info": { 
"name":"place 3", 
"street":"road 3" 
}, 
"location": { 
"lat":"1", 
"lon":"0" 
}, 
"city":"jkt", 
"country":"id" 
источник

DE

Denis Efremov in Regular Expressions
источник

DE

Denis Efremov in Regular Expressions
источник

LN

Luffi D. Natsu in Regular Expressions
is not it possible to read value from json data using regex?
источник

LN

Luffi D. Natsu in Regular Expressions
i think i need use script to extract value from json data. thanks before..
источник

DE

Denis Efremov in Regular Expressions
Luffi D. Natsu
is not it possible to read value from json data using regex?
If you would need fire you can take a wood stick and get fire from friction
источник

DE

Denis Efremov in Regular Expressions
It is possible
источник