Map Process
Change values
productName | orderQuarter |
---|---|
1937 Lincoln Berline | 1 |
1936 Mercedes-Benz 500K Special Roadster | 1 |
1952 Alpine Renault 1300 | 1 |
1962 LanciaA Delta 16V | 1 |
1958 Setra Bus | 1 |
->pipe(new Map(array(
'{value}' => function($row, $metaData, $index) {
$row['orderQuarter'] = 'Q' . $row['orderQuarter'];
return array($row);
}
)))
productName | orderQuarter |
---|---|
1937 Lincoln Berline | Q1 |
1936 Mercedes-Benz 500K Special Roadster | Q1 |
1952 Alpine Renault 1300 | Q1 |
1962 LanciaA Delta 16V | Q1 |
1958 Setra Bus | Q1 |
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