I am trying to use this script to export just my report data to Google Big Query.
I am getting the error below...
"Invalid field name "Customer ID". Fields must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 128 characters long. (file Code.gs, line 273)"
I assume I need to remove the space in the Column named "Customer ID" in my report, but cannot seem to do this?
Any suggestion would be appreciated.
Cheers