-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I have problem with inserting data to columns named with spaces.
Exception:
Attribute name "numbers" associated with an element type "gsx:phone" must be followed by the ' = ' character.
Data:
$row = [
"date" => $date,
"phone numbers" => $a['accounts']['all'],
"phone numbers new from 30 days" => $a['accounts']['new'],
"cards" => $a['cards']['all'],
"cards expired" => $a['cards']['expired'],
"venues" => $a['venues']['all'],
"venues with revenue" => $a['venues']['with_revenue'],
"transfers" => $a['transfers']['count'],
"summary revenue" => $a['transfers']['revenue']
];
Metadata
Metadata
Assignees
Labels
No labels