JsonSpread Process
Spread values from json columns
nameIncomeJson |
---|
{"name": "John","income": 50000} |
{"name": "Marry","income": 60000} |
{"name": "Peter","income": 100000} |
{"name": "Donald","income": 80000} |
->pipe(new JsonSpread(array(
"nameIncomeJson" => array("name", "income")
)))
nameIncomeJson | nameIncomeJson.name | nameIncomeJson.income |
---|---|---|
{"name": "John","income": 50000} | John | 50,000 |
{"name": "Marry","income": 60000} | Marry | 60,000 |
{"name": "Peter","income": 100000} | Peter | 100,000 |
{"name": "Donald","income": 80000} | Donald | 80,000 |
What People Are Saying
"KoolReport helps me very much in creating data report for my corporate! Keep up your good work!"
--
Alain Melsens
"The first use of your product. I was impressed by its easiness and powerfulness. This product is a great and amazing."
--
Dr. Lew Choy Onn
"Fantastic framework for reporting!"
--
Greg Schneider