Map Process
Change metadata
productName | dollar_sales |
---|---|
1937 Lincoln Berline | 3726.45 |
1936 Mercedes-Benz 500K Special Roadster | 1768.33 |
1952 Alpine Renault 1300 | 5571.8 |
1962 LanciaA Delta 16V | 5026.14 |
1958 Setra Bus | 3284.28 |
->pipe(new Map(array(
'{meta}' => function($metaData) {
$metaData['columns']['productName'] = array(
'label' => 'Products',
'type' => 'string',
);
$metaData['columns']['dollar_sales'] = array(
'label' => 'Sales',
'type' => 'number',
'prefix' => '$',
'decimals' => 1,
);
return $metaData;
},
)))
Products | Sales |
---|---|
1937 Lincoln Berline | $3,726.5 |
1936 Mercedes-Benz 500K Special Roadster | $1,768.3 |
1952 Alpine Renault 1300 | $5,571.8 |
1962 LanciaA Delta 16V | $5,026.1 |
1958 Setra Bus | $3,284.3 |
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