here is a reference to the issue http://stackoverflow.com/questions/37790813/apache-avro-library-failed-to-parse-file-nodejs also had to add avro formats in gcloud/lib/bigquery files. ``` js var formats = { csv: 'CSV', json: 'NEWLINE_DELIMITED_JSON', avro: 'AVRO' /// added by me }; ```
here is a reference to the issue
http://stackoverflow.com/questions/37790813/apache-avro-library-failed-to-parse-file-nodejs
also had to add avro formats in gcloud/lib/bigquery files.