Skip to content

column name with spaces #12

@landsman

Description

@landsman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions