EHDEN / CdmInspection

R Package to support quality control inspection of an OMOP-CDM instance
Apache License 2.0
11 stars 16 forks source link

BigQuery: problem with "-" as column name #86

Closed pjlammertyn closed 11 months ago

pjlammertyn commented 1 year ago

SqlRender raises an error wan trying to convert the column name "-" to BigQuery SQL!

see example

solution: change the column name to minus

afbeelding

MaximMoinat commented 1 year ago

Related to #85. Handling of pretty column aliases should be moved from the SQL to R.