Describe the issue that the proposed feature is addressing.
Functions to preprocess text and check for whitespaces or quotes are in file_fixer. We want to reuse these functions in data check.
Describe the solution you'd like.
Move these functions to utils
Describe alternatives you've considered if any
Describe the issue that the proposed feature is addressing. Functions to preprocess text and check for whitespaces or quotes are in file_fixer. We want to reuse these functions in data check. Describe the solution you'd like. Move these functions to utils Describe alternatives you've considered if any
Additional context
67