Closed divyapandian5 closed 2 years ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
For more information, open the CLA check for this pull request.
Added below Validations while importing csv to BQ.
1) Check if file is empty 2) Check if file has ORA Errors 3) Check if file has proper number of fields as per the fields in schema in transformers.json 4) Check if any other formatting issue