Hello -- I am trying to import from an excel file with columns like:
Table Caption Name Data Type
adh.cm_dt_impressions user_id user_id STRING
adh.cm_dt_impressions event event RECORD
adh.cm_dt_impressions event. event_time event. event_time INT64
adh.cm_dt_impressions event. advertiser_id event. advertiser_id INT64
adh.cm_dt_impressions event. campaign_id event. campaign_id INT64
When I try to import it, however, it doesn't show any records in the 'name' or 'caption' fields in the pop-up box. And when I click import, it just shows 'finished', but nothing is created.
Not sure what I'm doing wrong.
Thanks.