In order to load JSON from GCS to GBQ you should transform your data to look like below, with each user info in separate line - this will address row size limit and will comply with newline delimited JSON requirement - See more about supported JSON format{"user_id":1,"address": "london", "birthday":xxxx}{"user_id":2,"address": "london", "birthday":xxxx}{"user_id":3,"address": "NY", "birthday":xxxx}....{"user_id":10000,"address": "NY", "birthday":xxxx} 这篇关于从位置0开始的行中的JSON解析错误.行大小大于:2097152的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 09-05 18:38