2024-09-30 - File Header Parser - invalid delimiters¶
Problem¶
If users drop csv files that use a delimiter that BigQuery doesnt support then we get file load errors
Solution¶
By checking the delimiter that the user has exported their data with to make sure its valid and notifying if not.
Leverage the Magic¶
A small tweak to the existing file header parser to look for invalid delimiters
ADI¶
Boom!
Last Refreshed¶
Doc Refreshed: 2024-10-29