fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Scrub carriage return characters from data values #9

Closed jameremo closed 6 years ago

jameremo commented 6 years ago

Google BigQuery was refusing to load some CSV files due to the existence of carriage return characters (ascii 13) in the files. This change replaces those characters with a space, similar to what we already do with line feeds.